]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
enable size display by default
authorRudolf Polzer <rpolzer@nb-04.(none)>
Wed, 24 Mar 2010 15:38:58 +0000 (16:38 +0100)
committerRudolf Polzer <rpolzer@nb-04.(none)>
Wed, 24 Mar 2010 15:38:58 +0000 (16:38 +0100)
radiant/xywindow.cpp

index cfe419bedec91490249f03c48b7fac21be8f3195..567d17f729326d5ebb342338e2fae36dd26c07cc 100644 (file)
@@ -390,7 +390,7 @@ struct xywindow_globals_private_t
 
     m_bCamXYUpdate(true),
     m_bChaseMouse(true),
-    m_bSizePaint(false)
+    m_bSizePaint(true)
   {
   }