You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If two or more windows are tiled and one is minimized and un-minimized, the un-minimized windows will always re-size to be the largest window possible, force the other tiled windows to their minimum size when doing so.
To Reproduce
Steps to reproduce the behavior:
Open two programs (Windows Explorer & Vivaldi/Chrome.
Minimize and Un-Minimize one program (Windows Explorer)
See error
Expected behavior
The two windows are equally split, like FancyWM usually does. Or the minimized window retains its size when un-minimized or focused.
Screenshots
FancyWM_fvdAzZPSRJ.mp4
Desktop (please complete the following information):
OS: Windows 10 LTSC 2021
OS Build: 19044.4529
FancyWM Version: 2.14.0
Additional context
I have attached my settings file here for more insight. I have also reproduced the problem in Windows 11. settings.json
The text was updated successfully, but these errors were encountered:
I I fixed this issue by modifying the UnregisterAndSaveLocation method in TillingService.private.cs and performed a local build. Here is the adjustment I made to this method:
m_savedLocations[e.Source] = new NodeLocation(window); -- removed this line
By removing the line above, the app treated all windows as new and always recalculates the size needed when unminimizing already opened windows.
Now is behaving perfectly here, I haven't had any more problems.
I I fixed this issue by modifying the UnregisterAndSaveLocation method in TillingService.private.cs and performed a local build. Here is the adjustment I made to this method:
m_savedLocations[e.Source] = new NodeLocation(window); -- removed this line
Describe the bug
If two or more windows are tiled and one is minimized and un-minimized, the un-minimized windows will always re-size to be the largest window possible, force the other tiled windows to their minimum size when doing so.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The two windows are equally split, like FancyWM usually does. Or the minimized window retains its size when un-minimized or focused.
Screenshots
FancyWM_fvdAzZPSRJ.mp4
Desktop (please complete the following information):
Additional context
I have attached my settings file here for more insight. I have also reproduced the problem in Windows 11.
settings.json
The text was updated successfully, but these errors were encountered: