Skip to content

Commit ee4c7f7

Browse files
committed
[[ Bug 12467 ]] Force a cursor reset after stack realize.
1 parent 4c1f5c4 commit ee4c7f7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/notes/bugfix-12467.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changing decorations causes no cursor to appear over a stack.

engine/src/desktop-stack.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ void MCStack::realize(void)
211211

212212
// MERG-2014-06-02: [[ IgnoreMouseEvents ]] update the window with the ignore mouse events property
213213
updateignoremouseevents();
214+
215+
// MW-2014-06-11: [[ Bug 12467 ]] Make sure we reset the cursor property of the window.
216+
resetcursor(True);
214217
}
215218

216219
start_externals();

0 commit comments

Comments
 (0)