From d190c4f72cb11d251a4d422bbac01b541f10f113 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 24 Mar 2010 16:38:58 +0100 Subject: [PATCH] enable size display by default --- radiant/xywindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/xywindow.cpp b/radiant/xywindow.cpp index cfe419b..567d17f 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) { } -- 2.39.2