Bug report #18555
Window Title does not update if project is loaded via Python console
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | PyQGIS Console | ||
Affected QGIS version: | 3.0.0 | Regression?: | No |
Operating System: | Windows 7 | Easy fix?: | Yes |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26443 |
Description
If a project is loaded with PyQGIS using the command QgsProject.instance().read("path/to/project.qgs")
the QGIS window title doesn't update to show the current project title. It updates after open and closing the project properties though.