summaryrefslogtreecommitdiff
path: root/platform/lang-impl/src/com/intellij/application/options/OtherTabsAndIndentsPanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/lang-impl/src/com/intellij/application/options/OtherTabsAndIndentsPanel.java')
-rw-r--r--platform/lang-impl/src/com/intellij/application/options/OtherTabsAndIndentsPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/lang-impl/src/com/intellij/application/options/OtherTabsAndIndentsPanel.java b/platform/lang-impl/src/com/intellij/application/options/OtherTabsAndIndentsPanel.java
index cf118835aa0e..aadc34a0ac1f 100644
--- a/platform/lang-impl/src/com/intellij/application/options/OtherTabsAndIndentsPanel.java
+++ b/platform/lang-impl/src/com/intellij/application/options/OtherTabsAndIndentsPanel.java
@@ -91,7 +91,7 @@ public class OtherTabsAndIndentsPanel extends CodeStyleAbstractPanel {
installPreviewPanel(myPreviewPanel);
addPanelToWatch(myPanel);
- myRightMargin = settings.RIGHT_MARGIN;
+ myRightMargin = settings.getDefaultRightMargin();
}