main_win.cc
branchgui
changeset 107 b1be10a9a2b6
parent 106 853dd852abc7
child 108 bf355fd6563e
equal deleted inserted replaced
32:ac631744b7ff 33:90964805a90f
   204   tooltips.enable();
   204   tooltips.enable();
   205 
   205 
   206   active_tab=-1;
   206   active_tab=-1;
   207   notebook.signal_switch_page().connect(sigc::mem_fun(*this, &MainWin::onChangeTab));
   207   notebook.signal_switch_page().connect(sigc::mem_fun(*this, &MainWin::onChangeTab));
   208 
   208 
       
   209   active_tool = MOVE;
       
   210 
   209   vbox.pack_start(notebook);
   211   vbox.pack_start(notebook);
   210   
   212   
   211   show_all_children();
   213   show_all_children();
   212 }
   214 }
   213 
   215