Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by mail.sr.ht (Postfix) with ESMTPS id 7849240440 for <~eliasnaur/gio@lists.sr.ht>; Wed, 6 Nov 2019 15:31:21 +0000 (UTC) Authentication-Results: mail.sr.ht; dkim=pass (2048-bit key) header.d=eliasnaur.com header.i=@eliasnaur.com header.b=GO2S32Cn Received: by mail-ed1-f44.google.com with SMTP id p59so19670195edp.7 for <~eliasnaur/gio@lists.sr.ht>; Wed, 06 Nov 2019 07:31:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eliasnaur.com; s=google; h=content-transfer-encoding:in-reply-to:date:to:cc:subject:from :message-id; bh=5npwfQmdUgvRv0ztpCEzpjxuDEvChzmI90V02+82Xes=; b=GO2S32CnNwGprrJHN7QJR9Ql1PlwSWqUI51xm9SGQ7s6lHygV6JLjSTfzxVyZB41X0 inILe0KwN1AjfDhl5LPDCkhxGnmYkF4aNQe0+uF29WgzXRF9RLKS3/sv3wBgVWMEuU/Z CelKWgCPfA1SloU/DSswe6ZIZjUF78jV86ZOuJq7bOwKC+NWnbKaCZHShIdAwMXxfGf9 eYMR+CxwchufTXSDrvU1YU2bIKnu9o7nfWVONHzbkTyPTy6pKMt+Hyznt/LFxkKZiSe/ UO1Grn8p24DedV/8fAr8LN6PVPnpMa1LnhKR8lYXILUduJgUfG27qcwMRyMnP/DQhXZt o7DQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:content-transfer-encoding:in-reply-to:date:to:cc :subject:from:message-id; bh=5npwfQmdUgvRv0ztpCEzpjxuDEvChzmI90V02+82Xes=; b=NXricAYysYGOp4CoIyjdOgwjHlqTJAQXBYKxI5bQ7Au6jK+iLT3mFyhqrbYrixSSoq wh46wj90RV1FakviyNrpp6AaxXPd1zoM0KTzYbgm/zxmpdYf0ArXbUKRdjxOvSHo0kWY vovekVzmczP40ulZIZ7l/81j6dWq+brCTEWwFLEj5wrSINd/FlaPr75nm47gOEg6SakR JDmIdMKk9WR4xjqzGRuxTzZ/30gqUMXQLDGn1OvjJp7y/YBw1Nod+kjNbbc5WAvPy1IA 0cUUCXjFH7SBMSSGkcaoSGGve6RqGutMq+5fNKccxI9FDaj4AMhYd3olN447hq5YmMBT PeRQ== X-Gm-Message-State: APjAAAUYpyLb/DhYcgl/zdMlNxGDFxMm45EZWiav/AdJQSSxGUYwroQD epKI8q1XUyim2pPghhxNXnyYe0cc7lQ= X-Google-Smtp-Source: APXvYqxfitRdyj9B5UhKrINmsv/hhbJ/X2it8rNzawnQ9XWxAJeFwQXMTXuaGUiXacumIgMnXnSkfA== X-Received: by 2002:aa7:c694:: with SMTP id n20mr3314895edq.87.1573054278434; Wed, 06 Nov 2019 07:31:18 -0800 (PST) Received: from localhost ([145.255.60.245]) by smtp.gmail.com with ESMTPSA id p20sm1133153edt.63.2019.11.06.07.31.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 06 Nov 2019 07:31:17 -0800 (PST) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 In-Reply-To: <70299371573053903@myt4-a1257bff88cb.qloud-c.yandex.net> Date: Wed, 06 Nov 2019 16:31:17 +0100 To: Cc: "~eliasnaur/gio@lists.sr.ht" <~eliasnaur/gio@lists.sr.ht>, "Denis Bernard" Subject: Re: UI is blinking when a window is resizing From: "Elias Naur" Message-Id: On Wed Nov 6, 2019 at 6:25 PM wrote: > I have reproduced the flickering on Windows 8 > 1438e504cc95bb9f5c8c7adafb03101296381746 is the first bad commit=20 >=20 Thanks. 1438e504... is the commit where go.mod is updated. Can you verify t= he offending commit by running $ git checkout master $ git revert 60e4cca934eaa4713fdf693ac4afcacc43f7b632 $ go mod edit -replace gioui.org=3D../ # to use the local ver= sion of gioui.org $ cd example $ go run ./kitchen ? If it's convenient to you, you can join on the #gioui channel on gophers.sl= ack.com for faster turnaround. -- elias