Changeset 49687 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 27, 2013 6:00:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp
r48534 r49687 1018 1018 item->recache(); 1019 1019 1020 if (mMachine.GetCurrentSnapshot().GetId() == aSnapshot.GetId()) 1020 CSnapshot curSnapshot = mMachine.GetCurrentSnapshot(); 1021 if (!curSnapshot.isNull() && curSnapshot.GetId() == aSnapshot.GetId()) 1021 1022 { 1022 1023 item->setBold (true);
Note:
See TracChangeset
for help on using the changeset viewer.