Browse Source

default cursor visible true

cxgeorge 24 years ago
parent
commit
89a38b3f8d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/display/graphicsWindow.cxx

+ 1 - 0
panda/src/display/graphicsWindow.cxx

@@ -65,6 +65,7 @@ Properties() {
   _mask = W_RGBA | W_DOUBLE | W_DEPTH;
   _want_depth_bits = 1;
   _want_color_bits = 1;
+  _bCursorIsVisible=true;
 }
 
 ////////////////////////////////////////////////////////////////////