1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

GCS/OPMap- bumped up the QPixmap max cache value

This commit is contained in:
PT_Dreamer 2012-08-19 01:43:49 +01:00
parent 42119f8d67
commit 83097ecffb

View File

@ -60,7 +60,7 @@ namespace mapcontrol
SetShowDiagnostics(showDiag);
this->setMouseTracking(followmouse);
SetShowCompass(true);
QPixmapCache::setCacheLimit(64*1024);
}
void OPMapWidget::SetShowDiagnostics(bool const& value)
{