From 5704928da0ae6c5d7a05ef1603431ef2332ab907 Mon Sep 17 00:00:00 2001 From: Cliear <1979454239@qq.com> Date: Thu, 18 May 2023 00:12:20 +0800 Subject: [PATCH] link https://github.com/lapce/lapce/issues/2143 --- druid-shell/src/gl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/druid-shell/src/gl.rs b/druid-shell/src/gl.rs index 1e9bd2367b..5e8a0ef6fe 100644 --- a/druid-shell/src/gl.rs +++ b/druid-shell/src/gl.rs @@ -209,7 +209,7 @@ impl Default for PixelFormatRequirements { double_buffer: None, multisampling: None, stereoscopy: false, - srgb: true, + srgb: false, release_behavior: ReleaseBehavior::Flush, x11_visual_xid: None, }