Comment 7 for bug 1828824

Revision history for this message
Jon Evans (craftyjon) wrote :

Hi Jeff,
I think the problem is that you call VIEW::Redraw() inside the tool event loop (ee_point_editor.cpp:311)
This should not be necessary because it will be called by the repaint handler, and I think having it also run from the tool coroutine is causing some issues. If I comment out this call, everything works fine and no more asserts.
-Jon