Skip to content

Commit

Permalink
Fix reference to renamed / relocated property
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 12, 2025
1 parent 27c833f commit e729423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qml/DigitizingToolbar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ QfVisibilityFadingRow {
bgcolor: Theme.darkRed

onClicked: {
homeButton.waitingForDigitizingFinish = false;
dashBoard.shouldReturnHome = false;
if (stateMachine.state !== "measure") {
cancelDialog.open();
} else {
Expand All @@ -111,7 +111,7 @@ QfVisibilityFadingRow {
bgcolor: Theme.mainColor

onClicked: {
homeButton.waitingForDigitizingFinish = false;
dashBoard.shouldReturnHome = false;
confirm();
}
}
Expand Down

0 comments on commit e729423

Please sign in to comment.