Fix missing display error.

This commit is contained in:
PabstMirror 2015-03-12 13:02:04 -05:00
parent da87425df3
commit c1c3325368
2 changed files with 6 additions and 2 deletions

View File

@ -64,7 +64,10 @@ if (_newDisplayShowMode in [DISPLAY_MODE_CLOSED, DISPLAY_MODE_HIDDEN]) then {
};
GVAR(currentShowMode) = _newDisplayShowMode;
[] call FUNC(showApplicationPage);
//Update display applicaiton if open:
if (GVAR(currentShowMode) in [DISPLAY_MODE_DIALOG, DISPLAY_MODE_DISPLAY]) then {
[] call FUNC(showApplicationPage);
};
if ((_oldShowMode == DISPLAY_MODE_CLOSED) && {GVAR(currentShowMode) != DISPLAY_MODE_CLOSED}) then {
//Start a pfeh to update display and handle hiding display

View File

@ -1,7 +1,8 @@
ace_microdagr
===============
Adds a microDAGR infentry GPS device. Press home to open. Then home again to toggle an interactive version.
Adds a microDAGR infentry GPS device.
Press home to open. Then home again to toggle an interactive version. Press CTRL+Home to close.
Info/Compass/Minimap modes are selectable by the bottom buttons. Tap the top bar to open the menu and access Mark/Waypoints/Connect To/Settings modes.
Tap the minimap button again to toggle map modes (if available).
Enter waypoints from the menu or double tapping on the minimap.