Refactored insight startup code to accommodate on-demand activation.
Also created new event for activation request
This commit is contained in:
@@ -318,6 +318,10 @@ namespace Bloom
|
||||
}
|
||||
|
||||
void InsightWindow::showEvent(QShowEvent* event) {
|
||||
if (!this->activated) {
|
||||
this->activate();
|
||||
}
|
||||
|
||||
this->adjustPanels();
|
||||
this->adjustMinimumSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user