Any change to a cue should mark it dirty (modified)
until the
change is saved. However, many (most) edits do not do so.
Specifically, any change that is handled completely within
Tk (most text widgets, scale widgets, checkboxes) do not
set the dirty flag.
This has been mostly fixed by the callbacks added to fix bug
1277634. However, there are still a few widgets that do not
have Tie::Watch callbacks, and thus do not set the dirty
flag when they are changed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1337562
This has been mostly fixed by the callbacks added to fix bug
1277634. However, there are still a few widgets that do not
have Tie::Watch callbacks, and thus do not set the dirty
flag when they are changed.