aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-08-20 13:54:04 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-08-20 13:54:04 +1000
commit8b26f479923b34452ee12d38d79dfac47e9ff1d6 (patch)
tree5e00178825cdc1f5a6786257e827755ea244161f /src/ViewStyle.h
parentf69338319ce627f3d760fc1ea74c02cec4fc6118 (diff)
downloadscintilla-mirror-8b26f479923b34452ee12d38d79dfac47e9ff1d6.tar.gz
Fix bug where coordinates were relative to the text view instead of the whole view.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 0222af591..244f5c508 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -166,6 +166,7 @@ public:
void ClearStyles();
void SetStyleFontName(int styleIndex, const char *name);
bool ProtectionActive() const;
+ int ExternalMarginWidth() const;
bool ValidStyle(size_t styleIndex) const;
void CalcLargestMarkerHeight();
ColourDesired WrapColour() const;