mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
update changed properties in window structure
This commit is contained in:
parent
be0f50c6fb
commit
07260b688c
@ -449,6 +449,7 @@ set_properties_now(WindowProperties &properties) {
|
||||
|
||||
// We hide the cursor by setting it to an invisible pixmap.
|
||||
if (properties.has_cursor_hidden()) {
|
||||
_properties.set_cursor_hidden(properties.get_cursor_hidden());
|
||||
if (properties.get_cursor_hidden()) {
|
||||
XDefineCursor(_display, _xwindow, glx_pipe->get_hidden_cursor());
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user