]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Merge branch 'fixrevert' into 'master'
authorThomas Debesse <gitlab@illwieckz.net>
Sun, 10 Mar 2019 23:48:35 +0000 (23:48 +0000)
committerThomas Debesse <gitlab@illwieckz.net>
Sun, 10 Mar 2019 23:48:35 +0000 (23:48 +0000)
redo a windows fix from 20dbf5c that was mistakenly lost

See merge request xonotic/netradiant!117

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 );
 }