Comment 1 for bug 1505419

Revision history for this message
Lukas Jackowski (postbotenamt) wrote :

I've tried to trace down the bug myself and came to the conclusion that the events for both the hotkey 'D' and the right-click context menu get correctly passed to the tool, up until void ROUTER_TOOL::performDragging() is called.

I suspect that the bug lies within the m_router->StartDragging( m_startSnapPoint, m_startItem ); call, but when I looked at the code below that I found that it's all uncommented and bailed out, it's no fun to develop with a codebase like this.