Used new cache features ( #494 ) with GUI

This commit is contained in:
Klaus Basan
2015-11-06 19:54:50 +01:00
committed by Mathew Sutcliffe
parent 71c219842f
commit 99802cb98b
7 changed files with 172 additions and 56 deletions

View File

@@ -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