more work on patch change redisplay.
- fixes just-introduced undo crash.
This commit is contained in:
@@ -74,6 +74,8 @@ Flag::set_text (string const & text)
|
||||
{
|
||||
if (text.empty ()) {
|
||||
_text->set (" ");
|
||||
} else if (text == _text->text()) {
|
||||
return;
|
||||
} else {
|
||||
_text->set (text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user