Open-EO / openeo-qgis-plugin

QGIS Plugin to connect and use openEO compliant backends.
Apache License 2.0
17 stars 1 forks source link

Set Extent to Current Map Canvas Extent #59

Closed Nina-Gn closed 4 years ago

Nina-Gn commented 4 years ago

If I got my desired extent, but want to change it again - I can use the hand to move the canvas.

At that point, make the window reappear automatically after I moved the canvas by drag and drop.

Nina-Gn commented 4 years ago

solved using: self.dlg.setWindowFlags(Qt.WindowStaysOnTopHint)

If you don't like it, comment out