mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added missing MB->kB conversion
This commit is contained in:
parent
7d8149ace3
commit
d8d70bfd8b
@ -912,7 +912,7 @@ void GUI::openOptions()
|
||||
_tabs.at(i)->useOpenGL(options.useOpenGL);
|
||||
}
|
||||
if (options.pixmapCache != _options.pixmapCache)
|
||||
QPixmapCache::setCacheLimit(options.pixmapCache);
|
||||
QPixmapCache::setCacheLimit(options.pixmapCache * 1024);
|
||||
|
||||
_options = options;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user