main_win.cc
branchgui
changeset 107 b1be10a9a2b6
parent 106 853dd852abc7
child 108 bf355fd6563e
     1.1 --- a/main_win.cc	Wed Jan 04 18:05:55 2006 +0000
     1.2 +++ b/main_win.cc	Thu Jan 05 01:54:24 2006 +0000
     1.3 @@ -206,6 +206,8 @@
     1.4    active_tab=-1;
     1.5    notebook.signal_switch_page().connect(sigc::mem_fun(*this, &MainWin::onChangeTab));
     1.6  
     1.7 +  active_tool = MOVE;
     1.8 +
     1.9    vbox.pack_start(notebook);
    1.10    
    1.11    show_all_children();