mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Initialize ToolWindow _selfHidden property
This commit is contained in:
parent
31c128954e
commit
d1d561b833
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const int DEFAULT_WIDTH = 300;
|
|||
|
||||
ToolWindow::ToolWindow(QWidget* parent) :
|
||||
QMainWindow(parent),
|
||||
_selfHidden(false),
|
||||
_hasShown(false),
|
||||
_lastGeometry() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue