mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IDEA-300571 Update actions only in selected tab toolbar
GitOrigin-RevId: 0f02c30cf149e6319d6ac98865c7b2a1878aeb2b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8184502799
commit
9cf50874ea
@@ -1417,6 +1417,8 @@ public class JBTabsImpl extends JComponent
|
||||
setComponentZOrder(myScrollBar, 0);
|
||||
}
|
||||
|
||||
myInfo2Toolbar.forEach((tabInfo, toolbar) -> toolbar.setVisible(Objects.equals(newInfo, tabInfo)));
|
||||
|
||||
fireBeforeSelectionChanged(oldInfo, newInfo);
|
||||
boolean oldValue = myMouseInsideTabsArea;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user