mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-19 00:07:15 -04:00
We have to keep a local reference to the dialog, otherwise sip suddenly "forgets" about the python subclass and treats the dialog as just the parent c++ class. Really weird, thanks sip. Fixes #36436