[TD]assorted Preference updates
- section line convention label - remove superfluous save/restore on changeEvent - change default scrub count - add preference for default symbol dir - add preference for display of section cut line
This commit is contained in:
@@ -122,8 +122,10 @@ void QGISectionLine::makeExtensionLine()
|
||||
void QGISectionLine::makeSectionLine()
|
||||
{
|
||||
QPainterPath pp;
|
||||
pp.moveTo(m_start);
|
||||
pp.lineTo(m_end);
|
||||
if (m_showLine) {
|
||||
pp.moveTo(m_start);
|
||||
pp.lineTo(m_end);
|
||||
}
|
||||
m_line->setPath(pp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user