Fix merge mistake in 'Avoid picking worse formats when ...'

When spliting the patch the edit become an addition instead.

Task-number: QTBUG-72785
Change-Id: I92105d0e23e9b8426228f4202d46fa41f928fb94
Reviewed-by: Christian Andersen <csandersen3@gmail.com>
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
bb10
Allan Sandfeld Jensen 2019-01-31 16:04:38 +01:00
parent 50447bb7a3
commit 4513cf47f1
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ GLXFBConfig qglx_findConfig(Display *display, int screen , QSurfaceFormat format
continue;
if (requestedAlpha && actualAlpha < requestedAlpha)
continue;
compatibleCandidate = candidate;
if (!compatibleCandidate) // Only pick up the first compatible one offered by the server
compatibleCandidate = candidate;