Skip to content

Commit 9308f4a

Browse files
praveen-skpsratz
authored andcommitted
Changed the updateContainer method to protected
1 parent 5dc1350 commit 9308f4a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,17 @@ public void run() {
12801280
}
12811281
}
12821282

1283-
private void updateContainer() {
1283+
/**
1284+
* Updates the tab position of the container in the multi-page editor.
1285+
*
1286+
* <p>
1287+
* This method retrieves the current container and sets the tab position based
1288+
* on the user preference.
1289+
* </p>
1290+
*
1291+
* @since 3.133
1292+
*/
1293+
protected void updateContainer() {
12841294
Composite container = getContainer();
12851295
if (container instanceof CTabFolder tabFolder) {
12861296
tabFolder.setTabPosition(getTabStyle());

0 commit comments

Comments
 (0)