mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Used new cache features ( #494 ) with GUI
This commit is contained in:
committed by
Mathew Sutcliffe
parent
71c219842f
commit
99802cb98b
@@ -86,11 +86,13 @@ namespace BlackGui
|
||||
void CMainInfoAreaComponent::displayLog()
|
||||
{
|
||||
this->ui->comp_Log->displayLog();
|
||||
this->selectArea(InfoAreaLog);
|
||||
}
|
||||
|
||||
void CMainInfoAreaComponent::displayConsole()
|
||||
{
|
||||
this->ui->comp_Log->displayConsole();
|
||||
this->selectArea(InfoAreaLog);
|
||||
}
|
||||
|
||||
QSize CMainInfoAreaComponent::getPreferredSizeWhenFloating(int areaIndex) const
|
||||
|
||||
Reference in New Issue
Block a user