mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-07 12:15:58 +01:00
parent
e654b1e9f6
commit
c6c9fba566
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ void CHyprBar::onMouseDown(SCallbackInfo& info, wlr_pointer_button_event* e) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (m_pWindow->m_bIsFloating)
|
||||
g_pCompositor->changeWindowZOrder(m_pWindow, true);
|
||||
|
||||
info.cancelled = true;
|
||||
m_bCancelledDown = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue