mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Fix left searchbar updating (#9583)
This commit is contained in:
parent
229443dc74
commit
418777595d
@ -126,7 +126,7 @@ if ((ctrlIDC _control) == IDC_rightSearchbar) then {
|
||||
} else {
|
||||
// Left panel search bar
|
||||
// Don't refill if there is no need
|
||||
if (GVAR(lastSearchTextLeft) != "" && {(_searchString find GVAR(lastSearchTextRight)) != 0}) then {
|
||||
if (GVAR(lastSearchTextLeft) != "" && {(_searchString find GVAR(lastSearchTextLeft)) != 0}) then {
|
||||
[_display, _display displayCtrl GVAR(currentLeftPanel)] call FUNC(fillLeftPanel);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user