mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-12 16:20:25 +08:00
Fixed typo
This commit is contained in:
parent
9676eeb1bf
commit
8a014a6c2d
@ -345,7 +345,7 @@ bool CDockManager::restoreState(const QByteArray &state, int version)
|
||||
|
||||
// All dock widgets, that have not been processed in the restore state
|
||||
// function are invisible to the user now and have no assigned dock area
|
||||
// The do not belong to any dock container, until the user toggles the
|
||||
// They do not belong to any dock container, until the user toggles the
|
||||
// toggle view action the next time
|
||||
for (auto DockWidget : d->DockWidgetsMap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user