Ignore:
Timestamp:
Mar 30, 2011, 8:28:31 AM (13 years ago)
Author:
Sam Habiel
Message:

RefreshSchedule() now used in ForceRefresh rather than Force Document. This one does directly what's needed.
New exes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs

    r1127 r1128  
    35023502            this.Cursor = Cursors.WaitCursor;
    35033503            LoadSplash();
    3504             this.Document.RefreshDocument();
     3504            this.Document.RefreshSchedule();
    35053505            this.UpdateArrays();
    35063506            StopSplash();
Note: See TracChangeset for help on using the changeset viewer.