We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1f5c4 commit ee4c7f7Copy full SHA for ee4c7f7
docs/notes/bugfix-12467.md
@@ -0,0 +1 @@
1
+# Changing decorations causes no cursor to appear over a stack.
engine/src/desktop-stack.cpp
@@ -211,6 +211,9 @@ void MCStack::realize(void)
211
212
// MERG-2014-06-02: [[ IgnoreMouseEvents ]] update the window with the ignore mouse events property
213
updateignoremouseevents();
214
+
215
+ // MW-2014-06-11: [[ Bug 12467 ]] Make sure we reset the cursor property of the window.
216
+ resetcursor(True);
217
}
218
219
start_externals();
0 commit comments