mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #3827 from huffman/fix-tool-window
Initialize ToolWindow _selfHidden property
This commit is contained in:
commit
c2adc6256e
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