]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
redo a windows fix from 20dbf5c that was mistakenly lost 117/head
authorThomas Debesse <dev@illwieckz.net>
Sun, 10 Mar 2019 23:44:48 +0000 (00:44 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sun, 10 Mar 2019 23:46:41 +0000 (00:46 +0100)
radiant/multimon.cpp

index 9a4a4f22a2d572bd9bcf15ffb041c4866554e09e..869bc1d86690b28c1eb9d723fe0a9d8cdefaa6ab 100644 (file)
@@ -35,7 +35,7 @@ void MultiMonitor_constructPreferences( PreferencesPage& page ){
        ui::CheckButton primary_monitor = page.appendCheckBox( "Multi Monitor", "Start on Primary Monitor", g_multimon_globals.m_bStartOnPrimMon );
        ui::CheckButton popup = page.appendCheckBox(
                "", "Disable system menu on popup windows",
-               mkImportExportCallback( g_Multimon_enableSysMenuPopups )
+               make_property( g_Multimon_enableSysMenuPopups )
                );
        Widget_connectToggleDependency( popup, primary_monitor );
 }