[QGIS-Developer] QgsCheckableComboBox setEditable makes QGIS crash

Matthias Kuhn matthias at opengis.ch
Sun Feb 13 12:09:11 PST 2022


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.thomsen at 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 at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20220213/e51d2f8d/attachment.html>


More information about the QGIS-Developer mailing list