Removed Insight window activation/deactivation (it was no longer needed since we removed TC suspension)
This commit is contained in:
@@ -575,14 +575,12 @@ namespace Bloom
|
||||
this->projectSettings.value().insightSettings,
|
||||
&(this->qtApplication)
|
||||
);
|
||||
|
||||
this->insight->activate();
|
||||
}
|
||||
|
||||
void Application::onInsightActivationRequest(const Events::InsightActivationRequested&) {
|
||||
if (this->insight) {
|
||||
// Insight has already been activated
|
||||
this->insight->showMainWindow();
|
||||
this->insight->activateMainWindow();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user