Skip to content
Snippets Groups Projects
Commit 2b149663 authored by David E. DeMarle's avatar David E. DeMarle Committed by Kitware Robot
Browse files

Merge topic 'seed_widget_reenable' into release


6a5509af Fix bug where re-enabling seed widget wouldn't move existing seeds

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !4496
parents 411da514 6a5509af
No related branches found
No related tags found
No related merge requests found
......@@ -241,14 +241,6 @@ void vtkSeedWidget::MoveAction(vtkAbstractWidget *w)
{
vtkSeedWidget *self = reinterpret_cast<vtkSeedWidget*>(w);
// Do nothing if outside
if ( self->WidgetState == vtkSeedWidget::Start )
{
return;
}
// else we are moving a seed
self->InvokeEvent(vtkCommand::MouseMoveEvent, nullptr);
// set the cursor shape to a hand if we are near a seed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment