COIN-OR::LEMON - Graph Library

Changeset 1657:754f38f56b49 in lemon-0.x for gui


Ignore:
Timestamp:
08/27/05 11:13:26 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2170
Message:

removed the fit to window form the toolbar and the menu since its current implementation is broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_win.cc

    r1650 r1657  
    127127  add_accel_group(uim->get_accel_group());
    128128
     129  /*
     130      "      <menuitem action='ViewZoomFit' />"
     131      "    <toolitem action='ViewZoomFit' />"
     132   */
     133
    129134  try
    130135  {
     
    144149      "      <menuitem action='ViewZoomIn' />"
    145150      "      <menuitem action='ViewZoomOut' />"
    146       "      <menuitem action='ViewZoomFit' />"
    147151      "      <menuitem action='ViewZoom100' />"
    148152      "    </menu>"
     
    159163      "    <toolitem action='ViewZoomIn' />"
    160164      "    <toolitem action='ViewZoomOut' />"
    161       "    <toolitem action='ViewZoomFit' />"
    162165      "    <toolitem action='ViewZoom100' />"
    163166      "    <separator />"
Note: See TracChangeset for help on using the changeset viewer.