From 0e77bdd99fd710266152d2e092d28d10c5dedfbf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 20 Aug 2013 13:54:04 +1000 Subject: Fix bug where coordinates were relative to the text view instead of the whole view. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') 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; -- cgit v1.2.3