Fix check state of the auto hide button

when dragging the container into a floating window
This commit is contained in:
Syarif Fakhri
2022-09-06 17:59:56 +08:00
parent fde133c25e
commit 052d3cecb9
4 changed files with 17 additions and 9 deletions

View File

@@ -150,6 +150,11 @@ protected:
*/
void markTitleBarMenuOutdated();
/*
* Update the auto hide button checked state based on if it's overlayed or not
*/
void updateAutoHidebuttonCheckState();
protected Q_SLOTS:
void toggleView(bool Open);