diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index 055c09d9c..24aa0383a 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -1785,6 +1785,7 @@ void MainWindow::ActionDraw(bool checked) if (checked) { qCDebug(vMainWindow, "Show draw scene"); + ArrowTool(); leftGoToStage->setPixmap(QPixmap("://icon/24x24/fast_forward_left_to_right_arrow.png")); rightGoToStage->setPixmap(QPixmap("://icon/24x24/left_to_right_arrow.png")); @@ -1847,6 +1848,7 @@ void MainWindow::ActionDetails(bool checked) { if (checked) { + ArrowTool(); const QHash *details = pattern->DataDetails(); if(not qApp->getOpeningPattern()) { @@ -1932,6 +1934,7 @@ void MainWindow::ActionLayout(bool checked) { if (checked) { + ArrowTool(); const QHash *details = pattern->DataDetails(); if(not qApp->getOpeningPattern()) {