Page MenuHomePhabricator

Last undo operation does not trigger RequestUpdateAll
Closed, ResolvedPublic

Description

mitkLimitedLinearUndo.cpp, Line 100

in mitk::LimitedLinearUndo::Undo(int oeid)

If Undo list is empty, line 106 (with mitk::RenderingManager::GetInstance()->RequestUpdateAll()) is not reached even though the update should be issued (the operation has been undone).

Event Timeline

User brehler has pushed new remote branch:

bug-17076-last-undo-operation-does-not-trigger-RequestUpdateAll

[9114b1]: Merge branch 'bug-17076-last-undo-operation-does-not-trigger-RequestUp

Merged commits:

2014-04-17 15:06:37 Rostislav Khlebnikov [867360]
Call RequestUpdateAll when undoing last operation in undo stack

Signed-off-by: Rostislav Khlebnikov <r.khlebnikov@gmail.com>