mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 08:01:32 +08:00
Fixed wrong call to base class function in DockWidget::showNormal
This commit is contained in:
parent
1f995299f0
commit
16a149b436
@ -899,7 +899,7 @@ void CDockWidget::showNormal()
|
||||
}
|
||||
else
|
||||
{
|
||||
Super::showFullScreen();
|
||||
Super::showNormal();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user