activate TopComponent so that ExplorerManager.lookup gets proxied in actionsGlobalContext immediately.

This commit is contained in:
jmillman 2016-05-06 12:32:04 -04:00
parent 9c0d549c51
commit 34cee44ab3

View File

@ -627,6 +627,7 @@ public class TimeLineController {
}
mainFrame.open();
mainFrame.toFront();
mainFrame.requestActive();
}
synchronized public void pushEventTypeZoom(EventTypeZoomLevel typeZoomeLevel) {