From f413a27b73d1e0ceaf0d31fc9615208f11645108 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Tue, 21 Feb 2012 11:43:08 +0100 Subject: [observer] Windows double buffer fixes DC's and GC's is not double buffered by default on windows, and there is a separate erase event which causes awful flickering when constant updating a window. Hack around wx (to be able to use wxBufferPaintDC), to avoid flickering on windows. This works on windows because there (and only there) wxGC:create/1 also takes a memoryDC as argument. --- lib/observer/priv/erlang_observer.png | Bin 4351 -> 2679 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'lib/observer/priv/erlang_observer.png') diff --git a/lib/observer/priv/erlang_observer.png b/lib/observer/priv/erlang_observer.png index 78e70461b1..01723d210b 100644 Binary files a/lib/observer/priv/erlang_observer.png and b/lib/observer/priv/erlang_observer.png differ -- cgit v1.2.3