Set the move tool active by default.
authorladanyi
Thu, 05 Jan 2006 01:54:24 +0000
changeset 1877bed340c4f960
parent 1876 5ad84ad1b68f
child 1878 409a31271efd
Set the move tool active by default.
gui/main_win.cc
     1.1 --- a/gui/main_win.cc	Wed Jan 04 18:05:55 2006 +0000
     1.2 +++ b/gui/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();