mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -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