[Lemon-commits] [lemon_svn] hegyi: r2905 - glemon/trunk

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:51:09 CET 2006


Author: hegyi
Date: Wed Aug 30 17:55:18 2006
New Revision: 2905

Modified:
   glemon/trunk/map_win.cc

Log:
Size of MapWin cannot be changed.

Modified: glemon/trunk/map_win.cc
==============================================================================
--- glemon/trunk/map_win.cc	(original)
+++ glemon/trunk/map_win.cc	Wed Aug 30 17:55:18 2006
@@ -16,6 +16,8 @@
   set_title(title);
   set_default_size(200, 50);
 
+  set_resizable(false);
+
   signal_key_press_event().connect(sigc::mem_fun(*this, &MapWin::closeIfEscapeIsPressed));
 
   e_combo_array=new MapSelector * [EDGE_PROPERTY_NUM];



More information about the Lemon-commits mailing list