IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37566


Ignore:
Timestamp:
Nov 6, 2014, 8:19:19 PM (12 years ago)
Author:
eugene
Message:

refresh if reconfig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/Reconfig.c

    r21153 r37566  
    1515
    1616  // if the new size is the same as the old size, do nothing.
    17   if ((graphic->dx == NX) && (graphic->dy == NY)) return (TRUE);
     17  if ((graphic->dx == NX) && (graphic->dy == NY)) {
     18    if (USE_XWINDOW) XClearWindow (graphic->display, graphic->window);
     19    Refresh ();
     20    return (TRUE);
     21  }
    1822
    1923  // set the new window size
Note: See TracChangeset for help on using the changeset viewer.