COIN-OR::LEMON - Graph Library

Changeset 1877:bed340c4f960 in lemon-0.x


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

Set the move tool active by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_win.cc

    r1876 r1877  
    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.