Skip to content
  • Dmitry Kazakov's avatar
    Remove an assert when switching a tool while doing a stroke · 8bcfadfb
    Dmitry Kazakov authored
    Well, using macro for this purpose might be a bit ugly, but this is the
    best thing we can do until we invent some strategy-based event handling
    for the tools.
    
    Ideally, every tool should provide a set of strategies for each of the
    action. Such strategy could be registered in the tool proxy on
    KisTool::activate() and deregistered on KisTool::deactivate(). But we
    are on a long way till that.
    
    BUG:328956
    8bcfadfb