Skip to content

Commit

Permalink
Merge pull request #388 from dijksterhuis/taskroster-fixup-createtask…
Browse files Browse the repository at this point in the history
…-map-marker-stays-after-page-close

TaskRoster: Fixup: Delete local map marker on page unload.
  • Loading branch information
dijksterhuis authored Sep 2, 2024
2 parents 1846a4f + 8f8dd17 commit 7d93178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mission/config/ui/taskroster/requestSupport/ui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class vn_tr_disp_showRequestSupport
name = "vn_tr_disp_showRequestSupport";
//If already opened -> Recalling it -> Reloading the Dialog (e.g. like updating the view, without "closing" it)
onLoad = "[""onLoad"",_this,""vn_tr_disp_showRequestSupport"",''] call (uinamespace getvariable 'BIS_fnc_initDisplay'); call vn_mf_fnc_tr_supportTask_show;";
onUnload = "[""onUnload"",_this,""vn_tr_disp_showRequestSupport"",''] call (uinamespace getvariable 'BIS_fnc_initDisplay');";
onUnload = "[""onUnload"",_this,""vn_tr_disp_showRequestSupport"",''] call (uinamespace getvariable 'BIS_fnc_initDisplay'); call vn_mf_fnc_tr_supportTask_map_hide;";
idd = -1;
movingEnable = 1;
enableSimulation = 1;
Expand Down

0 comments on commit 7d93178

Please sign in to comment.