Skip to content
  • Dmitry Kazakov's avatar
    Fix crash when liquify transform is started too quickly · e6e9fea5
    Dmitry Kazakov authored
    Basically, we shouldn't initiate any transform action until
    the transform strategy has finished preparing tool initialization
    (which is flagged by setting m_transform.rootNode()).
    
    All user actions happened before the initialization should be
    ignored (he doesn't have any feedback anyway).
    
    BUG:411703
    e6e9fea5