Whiteboard/manager: call the highlighter after erasing an action.
This commit is contained in:
parent
da3befc4d2
commit
efa890e45a
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ void manager::contextual_delete()
|
|||
{
|
||||
viewer_actions()->remove_action(it);
|
||||
highlighter_->set_mouseover_hex(highlighter_->get_mouseover_hex());
|
||||
highlighter_->highlight();
|
||||
}
|
||||
else //we already check above for viewer_actions()->empty()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue