Skip to content
Commit f1323083 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

reload combobox on reuse

tableview by default reuses delegates so we get state confused because
we don't bind our current index to the edit role (presumably because
we'd break the binding when the user selects something else anyway). in
any case because the delegates get reused we need to explicitly reload
our cached states when that happens. otherwise we have delegates
presenting the incorrect state (that is: out of sync with what is
actually in the model)

Fixes #2
parent eef43868
Pipeline #180001 passed with stage
in 47 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment