mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-07 16:35:59 +01:00
typo
This commit is contained in:
parent
141ba70705
commit
311111bcb7
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ CWindow* Events::remapFloatingWindow(int windowID, int forcemonitor) {
|
|||
// update
|
||||
window.setDefaultSize(NEWSIZE);
|
||||
window.setDefaultPosition(window.getDefaultPosition() - DELTA / 2.f);
|
||||
} else {
|
||||
} else if (!succ) {
|
||||
Debug::log(ERR, "ICCCM Size Hints failed.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue