- Timestamp:
- Feb 13, 2025 5:28:31 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167532
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.cpp
r108211 r108212 132 132 if (m_pToolsView) 133 133 { 134 m_pToolsView->setScene(m_pToolsModel->scene());135 134 m_pToolsView->show(); 136 135 setFocusProxy(m_pToolsView); -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.cpp
r108210 r108212 186 186 void UIToolsView::prepareThis() 187 187 { 188 /* Exchange information with model: */ 189 setScene(model()->scene()); 190 188 191 /* No minimum size-hint for widget mode: */ 189 192 if (!isPopup())
Note:
See TracChangeset
for help on using the changeset viewer.