diff options
Diffstat (limited to 'src/ViewStyle.cxx')
-rw-r--r-- | src/ViewStyle.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 7ef4f8cb3..5e2ad1ee7 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -409,6 +409,10 @@ bool ViewStyle::ProtectionActive() const { return someStylesProtected; } +int ViewStyle::ExternalMarginWidth() const { + return marginInside ? 0 : fixedColumnWidth; +} + bool ViewStyle::ValidStyle(size_t styleIndex) const { return styleIndex < styles.size(); } |