IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2007, 1:16:49 PM (19 years ago)
Author:
eugene
Message:

sync graph and image sizes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/kapa2/src/LoadFrame.c

    r13394 r13401  
    1111  if (section->graph == NULL) {
    1212    section->graph = InitGraph ();
    13     SetGraphSize (section);
     13    SetSectionSizes (section);
    1414  }
    1515  graph = section->graph;
     
    6262  }
    6363
    64   SetGraphSize (section);
     64  SetSectionSizes (section);
    6565  if (USE_XWINDOW) DrawFrame (graph);
    6666  FlushDisplay ();
Note: See TracChangeset for help on using the changeset viewer.