diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-08-20 13:54:04 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-08-20 13:54:04 +1000 |
commit | 8b26f479923b34452ee12d38d79dfac47e9ff1d6 (patch) | |
tree | 5e00178825cdc1f5a6786257e827755ea244161f /src/ViewStyle.h | |
parent | f69338319ce627f3d760fc1ea74c02cec4fc6118 (diff) | |
download | scintilla-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.h | 1 |
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; |