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 | 0e77bdd99fd710266152d2e092d28d10c5dedfbf (patch) | |
| tree | 6abba86f3a5b2104e094629f7a53c1d1b8b44322 /src/ViewStyle.h | |
| parent | 42f803af27c398e1ef78541832e602c69cbc6d47 (diff) | |
| download | scintilla-mirror-0e77bdd99fd710266152d2e092d28d10c5dedfbf.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; |
