##// END OF EJS Templates
fix to qlegendmarker labelBrush
sauimone -
r2195:10de8edb29c8
parent child
Show More
@@ -53,7 +53,7 void QLegendMarker::setLabel(const QString &label)
53 53
54 54 QBrush QLegendMarker::labelBrush() const
55 55 {
56 return d_ptr->m_item->brush();
56 return d_ptr->m_item->labelBrush();
57 57 }
58 58
59 59 void QLegendMarker::setLabelBrush(const QBrush &brush)
General Comments 0
You need to be logged in to leave comments. Login now