minor loose focus fixes
This commit is contained in:
parent
17992b633d
commit
1cf829c889
2 changed files with 8 additions and 1 deletions
|
|
@ -183,10 +183,13 @@ void IHyprLayout::onEndDragWindow() {
|
|||
|
||||
if (DRAGGINGWINDOW->m_bDraggingTiled) {
|
||||
DRAGGINGWINDOW->m_bIsFloating = false;
|
||||
g_pInputManager->refocus();
|
||||
changeWindowFloatingMode(DRAGGINGWINDOW);
|
||||
}
|
||||
|
||||
g_pHyprRenderer->damageWindow(DRAGGINGWINDOW);
|
||||
|
||||
g_pCompositor->focusWindow(DRAGGINGWINDOW);
|
||||
}
|
||||
|
||||
void IHyprLayout::onMouseMove(const Vector2D& mousePos) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue