mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs#325, made simulator component CDockWidgetInfoAreaComponent compliant, finetuning with resizing in some components
* updates can be skipped, when widget is invisible * current tab? only current tab updates * reduced resize frequency in some cases
This commit is contained in:
@@ -19,6 +19,7 @@ namespace BlackGui
|
||||
QFrame(parent), ui(new Ui::CLogComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->ui->tvp_StatusMessages->setAutoResizeFrequency(3);
|
||||
}
|
||||
|
||||
CLogComponent::~CLogComponent()
|
||||
|
||||
Reference in New Issue
Block a user