git-svn-id: svn://db.shs.com.ru/libs@306 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -105,7 +105,7 @@ g_main(this), g_selection(this) {
|
||||
g_selection.setData(1003, true);
|
||||
col = Qt::lightGray;
|
||||
_resize(QSizeF(100., 60.));
|
||||
QPen p(QColor(128, 128, 255), 1., Qt::DotLine);
|
||||
QPen p(QColor(128, 128, 255), lineThickness(), Qt::DotLine);
|
||||
p.setCosmetic(true);
|
||||
g_selection.setPen(p);
|
||||
g_selection.setBrush(QColor(128, 128, 255, 32));
|
||||
|
||||
Reference in New Issue
Block a user