umaranis / MindMate

Mind Mate is an open source mind mapping software developed in C# .Net
181 stars 64 forks source link

Undo/Redo buttons on ribbon are not getting activated in some cases #73

Closed umaranis closed 3 years ago

umaranis commented 3 years ago

The cause of the issue is both recording of change by ChangeManager and enabling of buttons by ribbon are handled on the same MapTree events. As the order of execution of the handler cannot be known, the enable of Undo button on the ribbon doesn't work sometimes.