no message
This commit is contained in:
@@ -116,6 +116,12 @@ public class UpdateProperty extends Pass<Object> {
|
||||
if (Global.mainModule.HasFile())
|
||||
Global.mainModule.getFile().form.RefreshTabsNames();
|
||||
break;
|
||||
case "SmallScreen":
|
||||
if (Global.mainModule.HasProject())
|
||||
Global.mainModule.getUI().getMainWindow().getProjectWindow().SwitchScreen(
|
||||
Global.properties.SmallScreen);
|
||||
Global.mainModule.getUI().getMainWindow().getCallbackWindow().SwitchScreen( Global.properties.SmallScreen);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user