- Timestamp:
- Jan 15, 2009 11:55:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp
r15804 r15960 3932 3932 void VBoxConsoleView::updateDockOverlay() 3933 3933 { 3934 if (mDockIconEnabled) 3934 /* Only to an update to the realtime preview if this is enabled by the user 3935 * & we are in an state where the framebuffer is likely valid. Otherwise to 3936 * the overlay stuff only. */ 3937 if (mDockIconEnabled && 3938 (mLastState == KMachineState_Running || 3939 mLastState == KMachineState_Restoring || 3940 mLastState == KMachineState_Saving)) 3935 3941 updateDockIcon(); 3936 3942 else 3937 mDockIconPreview->updateDockOverlay 3943 mDockIconPreview->updateDockOverlay(); 3938 3944 } 3939 3945
Note:
See TracChangeset
for help on using the changeset viewer.