SVN commit 503601 by staikos:
typo
M +1 -1 kstviewlegend.cpp
--- branches/work/kst/viewpaint/kst/kst/kstviewlegend.cpp #503600:503601
@@ -367,7 +367,7 @@
} else {
width = _textWidth + 9*_ascent*_curves.count()/2 - _ascent;
}
- double height = _textHeight;
+ int height = _textHeight;
QSize sz(width, height);