Skip to content

Commit

Permalink
fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 2, 2024
1 parent 14ca9b7 commit 944348f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -961,11 +961,6 @@ ApplicationWindow {
function onProjectReloaded( project ) {
map.clear()

if ( __activeProject.isProjectLoaded() )
{
projectController.hidePanel()
}

__appSettings.defaultProject = __activeProject.localProject.qgisProjectFilePath ?? ""
__appSettings.activeProject = __activeProject.localProject.qgisProjectFilePath ?? ""
}
Expand Down

0 comments on commit 944348f

Please sign in to comment.