Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.15.0 RC
-
None
Description
Some of the preset gradients I'm using work, some don't. In QML for e.g. Gradient::JuicyCake gets painted in Qt 5.14.2, while in the latest Qt 5.15 RC it does not.
import QtQuick 2.12
Rectangle{
width: 100
height: 100
gradient: Gradient.JuicyCake
}
Attachments
Issue Links
- is duplicated by
-
QTBUG-85318 Compiling Qt 5.15.0 fails with c++2a (usage of std::is_literal_type)
-
- Closed
-