Create ViewSection from ViewPart
Property name changes Touch section when View SymbolSection changes
This commit is contained in:
committed by
Yorik van Havre
parent
a14bebb1a8
commit
ae9f1c5994
@@ -61,7 +61,8 @@ QGIFace::QGIFace(int index) :
|
||||
setFlag(QGraphicsItem::ItemClipsChildrenToShape,true);
|
||||
//setFiltersChildEvents(true);
|
||||
|
||||
m_styleCurrent = Qt::NoPen; //don't draw face lines, just fill
|
||||
//setStyle(Qt::NoPen); //don't draw face lines, just fill
|
||||
setStyle(Qt::DashLine);
|
||||
|
||||
m_styleNormal = m_styleDef;
|
||||
m_colNormalFill = m_colDefFill;
|
||||
|
||||
Reference in New Issue
Block a user