change the cursor shape after rendering the placeholder to make sure, the cursor changes, even when not being moved

This commit is contained in:
Felix Salcher 2025-07-31 22:36:55 +02:00
parent 0d107b8123
commit 4dade2f00f
No known key found for this signature in database

View file

@ -463,6 +463,8 @@ bool CPasswordInputField::draw(const SRenderData& data) {
glDisable(GL_SCISSOR_TEST);
} else
forceReload = true;
setCursorShape(WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_TEXT);
}
return redrawShadow || forceReload;