From 3acba751ecfd48918383886ff4bf4dac21c05176 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 17 Nov 2022 00:31:32 +0100 Subject: Add link to Qt bug --- muddle/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muddle/gui.py b/muddle/gui.py index 70f689d..6c533fc 100644 --- a/muddle/gui.py +++ b/muddle/gui.py @@ -491,7 +491,7 @@ class MuddleWindow(QMainWindow): subprocess.Popen(('xdg-open', filepath)) # this is here to emulate the behavior of setAutoTristate which does not - # work because of a Qt Bug + # work because of a Qt Bug, see https://bugreports.qt.io/browse/QTBUG-59173 @pyqtSlot(QModelIndex, QModelIndex) def onMoodleTreeModelDataChanged(self, topLeft, bottomRight): # TODO: this can probably be moved in Item.setData() by creating AutoTriStateRole -- cgit v1.2.1