mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Common - Fixed CBA keybinds not working with progress bar (#9139)
* Fixed CBA keybinds not working on the progress bar after cursor hiding change * Removed fallback value for uiNamespace lookup Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> --------- Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
This commit is contained in:
parent
06ae622dda
commit
86d79b2fc1
@ -30,8 +30,12 @@ private _player = ACE_player;
|
||||
closeDialog 0;
|
||||
createDialog QGVAR(ProgressBar_Dialog);
|
||||
|
||||
// Hide cursor by using custom transparent cursor
|
||||
private _display = uiNamespace getVariable QGVAR(dlgProgress);
|
||||
|
||||
// Ensure CBA keybindings are hooked into the display
|
||||
_display call (uiNamespace getVariable "CBA_events_fnc_initDisplayCurator");
|
||||
|
||||
// Hide cursor by using custom transparent cursor
|
||||
private _map = _display displayCtrl 101;
|
||||
_map ctrlMapCursor ["", QGVAR(blank)];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user