Disabling unnecessary function when undo stack's cleanness changed.

This commit is contained in:
2026-03-12 09:30:07 +01:00
parent f5efa975c6
commit 61ae4fc02c
2 changed files with 13 additions and 14 deletions

View File

@ -184,7 +184,7 @@ Item {
ComboBox {
// TODO use model from metadata.h (in some way)
model: ["A", "B", "C", ""]
// BUG type will probably not been updated due to undo/redo step
// BUG type is not been updated due to undo/redo step
currentIndex: find(item.type)
Component.onCompleted: currentIndex = find(item.type)
onCurrentTextChanged: {