Confirmed Fix inbound https://github.com/qgis/QGIS/pull/47330
Cheers Matthias On Sun, Feb 13, 2022 at 12:12 PM Bo Victor Thomsen < bo.victor.thom...@gmail.com> wrote: > On QGIS 3.22.0, Windows 10: > > c = QgsCheckableComboBox() > c.setEditable(False) > c.show() > > Crashes QGIS > > c = QgsCheckableComboBox() > c.setEditable(True) > c.show() > > Shows a dialog with a combobox, no crash > > c = QComboBox() > c.setEditable(False) > c.show() > > Shows a dialog with a combobox, no crash > > I would file a ticket. > > > Med venlig hilsen / Kind regards > > Bo Victor Thomsen > > Den 11-02-2022 kl. 16:42 skrev matteo: > > > > c = QgsCheckableComboBox() > > c.setEditable(False) > > c.show() > _______________________________________________ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer