This commit is contained in:
Vadim Lopatin 2017-10-16 13:33:44 +03:00
parent 1e63d6f1bc
commit 4487e2cc55
2 changed files with 1 additions and 4 deletions

View File

@ -12,7 +12,7 @@
"stringImportPaths": ["views"],
"dependencies": {
"dlangui": "==0.9.162",
"dlangui": "==0.9.166",
"dsymbol": "~>0.2.9",
"dcd": "~>0.9.1"
},

View File

@ -1644,9 +1644,6 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
needUpdateTheme = true;
}
if (needUpdateTheme) {
drawableCache.clear();
imageCache.checkpoint();
imageCache.cleanup();
Log.d("updating theme after UI font change");
Platform.instance.onThemeChanged();
}