Skip to content

Commit

Permalink
Enable the discplu config button in the GUI after loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Jan 12, 2021
1 parent d0af967 commit 3b30647
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -267,6 +267,8 @@ public void setGUIStateString( final String stateKey )
else
gui.setPreviousButtonEnabled( true );

gui.setDisplayConfigButtonEnabled( !descriptor.equals( configureViewsDescriptor ) );

descriptor.displayingPanel();
return;
}
Expand Down

0 comments on commit 3b30647

Please sign in to comment.