[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1093
Date : Wed May 17 00:08:57 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/progress.cpp
further fixed vanity waitloop
Diff:
Index: Trunk/XaraLX/wxOil/progress.cpp
===================================================================
--- Trunk/XaraLX/wxOil/progress.cpp (revision 1092)
+++ Trunk/XaraLX/wxOil/progress.cpp (revision 1093)
@@ -857,9 +857,7 @@
StatusLine::Get()->SetPercent(99);
- MonotonicTime Timer;
- while (!Timer.Elapsed(150))
- ::wxMilliSleep(20); /* wait */
+ ::wxMilliSleep(150); /* wait */
}
// Make sure everything is reset properly
Xara