Fixes Fit Viewport being forced onto all connecting clients regardless of their manual Auto Fit preference (#60079)

Removed a single line calling fit_viewport() when clients connect with no consideration for preference.
This commit is contained in:
Wayland-Smithy
2021-07-08 20:14:50 -07:00
committed by GitHub
parent 978be66b1e
commit 7b948b96c1
-1
View File
@@ -446,7 +446,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
view_size = new(src, getScreenSize(prefs.widescreenpref))
view_size.resetFormat()
view_size.setZoomMode()
fit_viewport()
Master.UpdateTickRate()
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_CLIENT_CONNECT, src)