diff --git a/objects/o_main/Other_2.gml b/objects/o_main/Other_2.gml index bbda29f6b..07c99dc02 100644 --- a/objects/o_main/Other_2.gml +++ b/objects/o_main/Other_2.gml @@ -63,8 +63,6 @@ log_message("SESSION", "Begin"); log_message("DIRECTORY", DIRECTORY); - //window_set_showborder(false); - log_message("SESSION", "> init SurfaceFormat"); __initSurfaceFormat(); log_message("SESSION", "> init Locale"); __initLocale(); log_message("SESSION", "> init Theme"); __initTheme(); diff --git a/scripts/mac_window_init/mac_window_init.gml b/scripts/mac_window_init/mac_window_init.gml index 3e49758a4..f7b1a7560 100644 --- a/scripts/mac_window_init/mac_window_init.gml +++ b/scripts/mac_window_init/mac_window_init.gml @@ -23,6 +23,8 @@ function mac_window_init() { __win_min_y = 0; __win_min_w = 0; __win_min_h = 0; + + window_set_showborder(false); } function mac_window_maximize() {