From: Rudolf Polzer Date: Wed, 24 Mar 2010 15:38:58 +0000 (+0100) Subject: enable size display by default X-Git-Tag: xonotic-v0.5.0~278 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=d190c4f72cb11d251a4d422bbac01b541f10f113 enable size display by default --- diff --git a/radiant/xywindow.cpp b/radiant/xywindow.cpp index cfe419be..567d17f7 100644 --- a/radiant/xywindow.cpp +++ b/radiant/xywindow.cpp @@ -390,7 +390,7 @@ struct xywindow_globals_private_t m_bCamXYUpdate(true), m_bChaseMouse(true), - m_bSizePaint(false) + m_bSizePaint(true) { }