From cfc3ab4f4a1ae8224113ec40d3a2bdf244f7fa3c Mon Sep 17 00:00:00 2001 From: Marko Njezic Date: Sat, 25 Feb 2012 00:02:40 +0100 Subject: Bug #3493503. Properly redraw image markers with height larger than line height. Regression from change set 3949. --- src/ViewStyle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 3803a6cb2..ef8d98e0c 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -66,6 +66,7 @@ public: size_t stylesSize; Style *styles; LineMarker markers[MARKER_MAX + 1]; + int largestMarkerHeight; Indicator indicators[INDIC_MAX + 1]; int technology; int lineHeight; @@ -148,6 +149,7 @@ public: void SetStyleFontName(int styleIndex, const char *name); bool ProtectionActive() const; bool ValidStyle(size_t styleIndex) const; + void CalcLargestMarkerHeight(); }; #ifdef SCI_NAMESPACE -- cgit v1.2.3