COIN-OR::LEMON - Graph Library

Changeset 1645:4a04bb856ac7 in lemon-0.x for gui/broken_edge.cc


Ignore:
Timestamp:
08/23/05 09:36:09 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2158
Message:
  • id maps are not editable
  • handle exceptions thrown by the file reader
  • texts are always above the edges
  • store a default value for all maps, so that edges and nodes created after adding a new map receive the default value too
  • create node on button release, not on click (fixes a few oddities)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/broken_edge.cc

    r1632 r1645  
    99  *arrow << Gnome::Canvas::Properties::fill_color("red");
    1010  arrow->signal_event().connect(sigc::mem_fun(*this, &BrokenEdge::edgeFormerEventHandler));
     11  arrow->lower_to_bottom();
    1112  setPoints(p);
    1213}
Note: See TracChangeset for help on using the changeset viewer.