- Timestamp:
- Sep 11, 2008 12:19:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDiskImageManagerDlg.cpp
r12398 r12402 1031 1031 Assert (aMedia.status != VBoxMedia::Unknown); 1032 1032 if (aMedia.status != VBoxMedia::Unknown) 1033 {1034 1033 mProgressBar->setValue (aIndex + 1); 1035 #ifndef Q_WS_WIN /* runs out of stack with big lists */1036 qApp->processEvents();1037 #endif1038 }1039 1034 } 1040 1035
Note:
See TracChangeset
for help on using the changeset viewer.