Fix arrow undo
This commit is contained in:
@@ -69,7 +69,7 @@ QLine getShorterLine(QPoint p1, QPoint p2, const int thickness) {
|
||||
} // unnamed namespace
|
||||
|
||||
ArrowTool::ArrowTool(QObject *parent) : AbstractTwoPointTool(parent) {
|
||||
|
||||
m_padding = ArrowWidth / 2;
|
||||
}
|
||||
|
||||
QIcon ArrowTool::icon(const QColor &background, bool inEditor) const {
|
||||
|
||||
Reference in New Issue
Block a user