enable size display by default

This commit is contained in:
Rudolf Polzer 2010-03-24 16:38:58 +01:00
parent e40ea7c332
commit d190c4f72c

View File

@ -390,7 +390,7 @@ struct xywindow_globals_private_t
m_bCamXYUpdate(true),
m_bChaseMouse(true),
m_bSizePaint(false)
m_bSizePaint(true)
{
}