From 4487e2cc55e93944bd536878aaa9e068f06aac54 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 16 Oct 2017 13:33:44 +0300 Subject: [PATCH] fix #350 --- dub.json | 2 +- src/dlangide/ui/frame.d | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dub.json b/dub.json index 434cd45..c6dbb01 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": "==0.9.162", + "dlangui": "==0.9.166", "dsymbol": "~>0.2.9", "dcd": "~>0.9.1" }, diff --git a/src/dlangide/ui/frame.d b/src/dlangide/ui/frame.d index bd98c77..97fc372 100644 --- a/src/dlangide/ui/frame.d +++ b/src/dlangide/ui/frame.d @@ -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(); }