Browse Source

update changed properties in window structure

David Rose 22 years ago
parent
commit
07260b688c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/glxdisplay/glxGraphicsWindow.cxx

+ 1 - 0
panda/src/glxdisplay/glxGraphicsWindow.cxx

@@ -449,6 +449,7 @@ set_properties_now(WindowProperties &properties) {
 
 
   // We hide the cursor by setting it to an invisible pixmap.
   // We hide the cursor by setting it to an invisible pixmap.
   if (properties.has_cursor_hidden()) {
   if (properties.has_cursor_hidden()) {
+    _properties.set_cursor_hidden(properties.get_cursor_hidden());
     if (properties.get_cursor_hidden()) {
     if (properties.get_cursor_hidden()) {
       XDefineCursor(_display, _xwindow, glx_pipe->get_hidden_cursor());
       XDefineCursor(_display, _xwindow, glx_pipe->get_hidden_cursor());
     } else {
     } else {