Changeset 68359 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 9, 2017 3:40:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIDesktopPane.cpp
r68354 r68359 613 613 614 614 /* Raise corresponding widget: */ 615 setCurrentWidget(m_p ToolsPane);615 setCurrentWidget(m_pScrollArea); 616 616 } 617 617 … … 625 625 626 626 /* Raise corresponding widget: */ 627 setCurrentWidget(m_p ToolsPane);627 setCurrentWidget(m_pScrollArea); 628 628 } 629 629 … … 642 642 643 643 /* Raise corresponding widget: */ 644 setCurrentWidget(m_p ToolsPane);644 setCurrentWidget(m_pScrollArea); 645 645 } 646 646
Note:
See TracChangeset
for help on using the changeset viewer.