276277278279280281282283284285286
if (ktm.isShowingKeyTips()) { KeyTipManager.KeyTipChain chain = ktm .getCurrentlyShownKeyTipChain(); if (chain.chainParentComponent == taskToggleButtons .get(curr)) { ktm.refreshCurrentChain(); } } } }); }