File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,14 +382,14 @@ CMainWindow::CMainWindow(QWidget *parent) :
382
382
// not change if the visibility of the close button changes
383
383
// CDockManager::setConfigFlag(CDockManager::RetainTabSizeWhenCloseButtonHidden, true);
384
384
385
- // uncomment the follwing line if you want to use non opaque undocking and splitter
385
+ // uncomment the following line if you want to use non opaque undocking and splitter
386
386
// movements
387
387
// CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig);
388
388
389
389
// Now create the dock manager and its content
390
390
d->DockManager = new CDockManager (this );
391
391
392
- // Uncomment the following line to have the old style where the dock
392
+ // uncomment the following line to have the old style where the dock
393
393
// area close button closes the active tab
394
394
// CDockManager::setConfigFlags({CDockManager::DockAreaHasCloseButton
395
395
// | CDockManager::DockAreaCloseButtonClosesTab});
You can’t perform that action at this time.
0 commit comments