COIN-OR::LEMON - Graph Library

Changeset 63:59768817442a in glemon-0.x for graph_displayer_canvas-edge.cc


Ignore:
Timestamp:
08/23/05 09:36:09 (19 years ago)
Author:
Akos Ladanyi
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@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
  • graph_displayer_canvas-edge.cc

    r62 r63  
    123123  //in that case empty string will be written, because
    124124  //that is the deleter map
    125 
     125 
    126126  if(edge==INVALID)
    127127    {
Note: See TracChangeset for help on using the changeset viewer.