ミラー元
https://github.com/arsenetar/dupeguru.git
前回の同期 2025-07-03 22:13:20 +00:00
Fixed Results model, which still had invalid code since the latest qtlib tree_model changes.
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40171
このコミットが含まれているのは:
コミット
df6c9b3740
@ -120,7 +120,7 @@ class ResultsModel(TreeModel):
|
|||||||
assert node.dupe is dupe
|
assert node.dupe is dupe
|
||||||
return self.createIndex(row, 0, node)
|
return self.createIndex(row, 0, node)
|
||||||
subrow = group.dupes.index(dupe)
|
subrow = group.dupes.index(dupe)
|
||||||
subnode = node.children[subrow]
|
subnode = node.subnodes[subrow]
|
||||||
assert subnode.dupe is dupe
|
assert subnode.dupe is dupe
|
||||||
return self.createIndex(subrow, 0, subnode)
|
return self.createIndex(subrow, 0, subnode)
|
||||||
except ValueError: # the dupe is not there anymore
|
except ValueError: # the dupe is not there anymore
|
||||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする