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
parent
50447bb7a3
commit
4513cf47f1
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue