Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.9.3
-
None
-
Windows 10
Qt Creator 4.4.1
Based on Qt 5.9.3 (MSVC 2015, 32 bit)
Built on Nov 21 2017 04:12:49
Description
Execute the following code, will result in the material design animation to only display EVERY OTHER time the button is clicked.
import QtQuick 2.9
import QtQuick.Controls 2.2
import QtQuick.Controls.Material 2.2
Button {
Material.elevation: 1
Material.background: "#00000000"
width: 200
height: 200
}