diff options
author | Nao Pross <np@0hm.ch> | 2022-11-17 00:31:32 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-11-17 00:31:32 +0100 |
commit | 3acba751ecfd48918383886ff4bf4dac21c05176 (patch) | |
tree | 6d49d42e6974680b545ffe4ecabea5b7e99c0283 /muddle/gui.py | |
parent | Move ApiHelper and add comment for schema in muddle.moodle (diff) | |
download | Muddle-3acba751ecfd48918383886ff4bf4dac21c05176.tar.gz Muddle-3acba751ecfd48918383886ff4bf4dac21c05176.zip |
Add link to Qt bug
Diffstat (limited to '')
-rw-r--r-- | muddle/gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |