mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +01:00
fix issue with bars
This commit is contained in:
parent
84a832181b
commit
813f34d5ee
1 changed files with 1 additions and 2 deletions
|
@ -358,8 +358,7 @@ void CWindowManager::processBarHiding() {
|
|||
}
|
||||
|
||||
else if (!WORK->getHasFullscreenWindow() && w.getDockHidden()) {
|
||||
const auto COOKIE = xcb_map_window(DisplayConnection, w.getDrawable());
|
||||
Events::ignoredEvents.push_back(COOKIE.sequence);
|
||||
xcb_map_window(DisplayConnection, w.getDrawable());
|
||||
w.setDockHidden(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue