mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix broken ace menu in main menu (#4451)
This commit is contained in:
parent
03d83b633f
commit
26ae575d4a
@ -20,8 +20,5 @@ class Extended_PostInit_EventHandlers {
|
||||
class Extended_DisplayLoad_EventHandlers {
|
||||
class RscDisplayMain {
|
||||
GVAR(loadMainMenuBox) = QUOTE(_this call COMPILE_FILE(init_loadMainMenuBox));
|
||||
|
||||
//Hide the button if there is no world (-world=empty)
|
||||
GVAR(hideButtonEmptyWorld) = "((_this select 0) displayCtrl 80085) ctrlShow (missionName != '');";
|
||||
};
|
||||
};
|
||||
|
@ -102,14 +102,6 @@ class RscDisplayMovieInterrupt: RscStandardDisplay {
|
||||
};
|
||||
class RscDisplayMain: RscStandardDisplay {
|
||||
class controls {
|
||||
class ACE_Open_settingsMenu_Btn : ACE_Open_SettingsMenu_BtnBase {
|
||||
action = "if (missionName != '') then {createDialog 'ACE_settingsMenu';};";
|
||||
x = "safezoneX";
|
||||
y = "safezoneY";
|
||||
idc = 80085;
|
||||
};
|
||||
|
||||
|
||||
class ACE_news_apex: RscControlsGroupNoHScrollbars {
|
||||
idc = 80090;
|
||||
x = "safezoneX + safezoneW - 10 * (pixelW * pixelGrid * 2) - (4 * pixelH)";
|
||||
|
Loading…
Reference in New Issue
Block a user