From 8e8e486a2969dbc20b3c3a08023267e9eab53265 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 3 Apr 2021 15:22:02 +0300 Subject: Drawing only during window update Glyphs were inadvertently being cached already during measuring for layout. DocumentWidget was buffering graphics too early. Now buffered draws are prepared during normal drawing, when needed. --- src/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app.c') diff --git a/src/app.c b/src/app.c index ba282440..54f35373 100644 --- a/src/app.c +++ b/src/app.c @@ -129,7 +129,7 @@ struct Impl_App { iTime lastDropTime; /* for detecting drops of multiple items */ int autoReloadTimer; iPeriodic periodic; - int warmupFrames; /* forced refresh just after resuming from background */ + int warmupFrames; /* forced refresh just after resuming from background; FIXME: shouldn't be needed */ /* Preferences: */ iBool commandEcho; /* --echo */ iBool forceSoftwareRender; /* --sw */ -- cgit v1.2.3