COIN-OR::LEMON - Graph Library

Changeset 107:b1be10a9a2b6 in glemon-0.x for main_win.cc


Ignore:
Timestamp:
01/05/06 02:54:24 (18 years ago)
Author:
Akos Ladanyi
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2452
Message:

Set the move tool active by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.cc

    r106 r107  
    207207  notebook.signal_switch_page().connect(sigc::mem_fun(*this, &MainWin::onChangeTab));
    208208
     209  active_tool = MOVE;
     210
    209211  vbox.pack_start(notebook);
    210212 
Note: See TracChangeset for help on using the changeset viewer.