mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-08 22:08:02 +02:00
change the cursor shape after rendering the placeholder to make sure, the cursor changes, even when not being moved
This commit is contained in:
parent
0d107b8123
commit
4dade2f00f
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue