Revert "Fix for can't bind node to two actions runtime exception."

This reverts commit 7244c7f9e348060ff1c98381b480c67748034458.
This commit is contained in:
esaunders 2020-09-15 15:12:26 -04:00
parent 7244c7f9e3
commit 0bb35672db

View File

@ -662,7 +662,6 @@ final public class ViewFrame extends BorderPane {
: defaultTimeNavigationNodes); : defaultTimeNavigationNodes);
//do further setup of new view. //do further setup of new view.
ActionUtils.unconfigureButton(refreshButton);
ActionUtils.configureButton(new Refresh(), refreshButton);//configure new refresh action for new view ActionUtils.configureButton(new Refresh(), refreshButton);//configure new refresh action for new view
hostedView.refresh(); hostedView.refresh();
notificationPane.setContent(hostedView); notificationPane.setContent(hostedView);