diff --git a/addons/common/functions/fnc_progressBar.sqf b/addons/common/functions/fnc_progressBar.sqf index a08f236886d..41257d15e66 100644 --- a/addons/common/functions/fnc_progressBar.sqf +++ b/addons/common/functions/fnc_progressBar.sqf @@ -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)];