Fix spectator unit list key press handling

By setting maxHistroyDelay really high, the unit list shouldn't be messed with via key press very often.
This commit is contained in:
SilentSpike 2015-11-18 15:02:17 +00:00
parent 23e110d7ce
commit 0567d1c2a1

View File

@ -190,6 +190,7 @@ class GVAR(interface) {
1
};
multiselectEnabled = 0;
maxHistoryDelay = 10e10;
onTreeDblClick = QUOTE([ARR_2('onTreeDblClick',_this)] call FUNC(handleInterface));
};
class unitFrame: RscFrame {