You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propagate the ViewMenu Tooltip from the E4 model to the UI
Currently all ViewMenus have the same tooltip "View Menu" even if there
is a name or tooltip defined in the E4 Model. This is because the
constant string is set once and never updated.
This now properly reads the values from the model and falls back to the
old one if nothing is specified.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -908,12 +908,21 @@ public void adjustTopRight(final CTabFolder tabFolder) {
908
908
// We need to modify the 'exclude' bit based on if the menuTB is
0 commit comments