Skip to content

Commit

Permalink
Remove workarounds for map canvas bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Oct 5, 2023
1 parent cc0ce93 commit 8401095
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -147,21 +147,6 @@ ApplicationWindow {
// if feature preview panel is opened
return formsStackManager.takenVerticalSpace - mainPanel.height
}
else if ( stateManager.state === "projects" || stateManager.state === "misc" )
{
//
// Due to an upstream bug in Qt, see #2387 and #2425 for more info
//
return window.height
}
else if ( gpsDataPageLoader.active )
{
//
// Block also GPS data page clicks propagation.
// Due to an upstream bug in Qt, see #2387 and #2425 for more info
//
return window.height
}

return 0
}
Expand Down Expand Up @@ -253,11 +238,6 @@ ApplicationWindow {
width: window.width
height: InputStyle.rowHeightHeader

//
// In order to workaround the QTBUG-108689 - we need to disable main panel's buttons when something else occupies the space
//
enabled: mainPanel.height > map.mapExtentOffset

y: window.height - height

visible: map.state === "view"
Expand Down

1 comment on commit 8401095

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.10.463011 just submitted!

Please sign in to comment.