remove the grainline filling

This commit is contained in:
Ronan Le Tiec 2020-11-19 17:24:48 +01:00
parent 7e16c12623
commit 073bd93df7

View file

@ -195,7 +195,10 @@ void VPGraphicsPiece::paint(QPainter *painter, const QStyleOptionGraphicsItem *o
// paint the grainline
if(!m_grainline.isEmpty())
{
painter->setBrush(blackBrush);
// here to fill the grainlines arrow. Not wanted for mvp
// later maybe if it's configurable
// painter->setBrush(blackBrush);
painter->drawPath(m_grainline);
}