[Lemon-commits] [lemon_svn] ladanyi: r2452 - hugo/trunk/gui

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:52:47 CET 2006


Author: ladanyi
Date: Thu Jan  5 02:54:24 2006
New Revision: 2452

Modified:
   hugo/trunk/gui/main_win.cc

Log:
Set the move tool active by default.

Modified: hugo/trunk/gui/main_win.cc
==============================================================================
--- hugo/trunk/gui/main_win.cc	(original)
+++ hugo/trunk/gui/main_win.cc	Thu Jan  5 02:54:24 2006
@@ -206,6 +206,8 @@
   active_tab=-1;
   notebook.signal_switch_page().connect(sigc::mem_fun(*this, &MainWin::onChangeTab));
 
+  active_tool = MOVE;
+
   vbox.pack_start(notebook);
   
   show_all_children();



More information about the Lemon-commits mailing list