Changeset 1115


Ignore:
Timestamp:
12/17/01 10:19:11 (23 years ago)
Author:
tbretz
Message:
:w
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MEvtLoop.cc

    r1086 r1115  
    190190            {
    191191                fProgress->SetPosition(++dummy);
    192                 gSystem->ProcessEvents();
     192                gClient->ProcessEventsFor(fProgress);
    193193            }
    194194        else
     
    200200            {
    201201                fProgress->SetPosition(maxcnt - dummy);
    202                 gSystem->ProcessEvents();
    203 
    204                 // gClient->ProcessEventsFor(fProgress);
    205                 //
    206                 // root 3.02:
    207                 //  * gui/: inc/TGClient.h, src/TGClient.cxx:
    208                 //        new method ProcessEventsFor(TGWindow *w). Use this method to instead
    209                 //        of TSystem::ProcessEvents() in case you want to allow on events for
    210                 //        the specified TGWindow to be processed (like when this is a progress
    211                 //        meter dialog).
     202                gClient->ProcessEventsFor(fProgress);
    212203            }
    213204        else
Note: See TracChangeset for help on using the changeset viewer.