Changeset 108645 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 20, 2025 1:47:46 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168058
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIGlobalToolsWidget.cpp
r108592 r108645 347 347 if (toolPane()) 348 348 { 349 /// @todo make sure it's used properly350 toolPane()->setActive(true);351 352 349 /* Add into layout: */ 353 350 m_pLayout->addWidget(toolPane(), 1, 1); -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIMachineToolsWidget.cpp
r108550 r108645 450 450 if (toolPane()) 451 451 { 452 /// @todo make sure it's used properly453 toolPane()->setActive(true);454 455 452 /* Add into splitter: */ 456 453 m_pSplitter->addWidget(toolPane()); -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIManagementToolsWidget.cpp
r108555 r108645 119 119 if (toolPane()) 120 120 { 121 /// @todo make sure it's used properly122 toolPane()->setActive(true);123 124 121 /* Add into layout: */ 125 122 pLayout->addWidget(toolPane());
Note:
See TracChangeset
for help on using the changeset viewer.