Disabling unnecessary function when undo stack's cleanness changed.
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user