Skip to content

Commit

Permalink
fix: lines are not on top of the background images anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Onetchou committed Apr 9, 2024
1 parent 9f1d6ea commit b6f1417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/vtools/tools/drawTools/vtoolline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ VToolLine::VToolLine(VAbstractPattern *doc, VContainer *data, quint32 id, quint3
this->m_lineWeight = lineWeight;
//Line
RefreshGeometry();
this->setFlag(QGraphicsItem::ItemStacksBehindParent, true);
this->setFlag(QGraphicsItem::ItemIsFocusable, true);// For keyboard input focus
this->setAcceptHoverEvents(true);

Expand Down

0 comments on commit b6f1417

Please sign in to comment.