Merge pull request #651 from amnezia-vpn/bugfix/on-escape-pressed
fixed initial value of m_drawerDepth
This commit is contained in:
commit
fe558163cc
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ private:
|
||||||
|
|
||||||
bool m_isTriggeredByConnectButton;
|
bool m_isTriggeredByConnectButton;
|
||||||
|
|
||||||
int m_drawerDepth;
|
int m_drawerDepth = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PAGECONTROLLER_H
|
#endif // PAGECONTROLLER_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue