COIN-OR::LEMON - Graph Library

Changeset 55:e4ee805ca5fc in glemon-0.x for graph_displayer_canvas-node.cc


Ignore:
Timestamp:
08/07/05 16:17:11 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2121
Message:

Alpar had the key, focus can be set in the window class. But it is not enough, the focused widget has to be activated, as well! Was a hard task to find out... By the way, two compilation warnings are removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas-node.cc

    r53 r55  
    2525      for (NodeIt i(mapstorage.graph); i!=INVALID; ++i)
    2626        {
    27           double v=abs((*actual_map)[i]);
     27          double v=fabs((*actual_map)[i]);
    2828          int w;
    2929          if(min==max)
Note: See TracChangeset for help on using the changeset viewer.