- 
    Bug 
- 
    Resolution: Done
- 
     Not Evaluated Not Evaluated
- 
    5.9.4
- 
    None
- 
    * Windows 10 64bit
 * Qt 5.9.4 MSVC 2015 32 bit
- 
        aca950e43a25f4b80707ff4e2f17d71aef441d52
After upgrading from Qt 5.9.3 to Qt 5.9.4 the Button becomes invisible at all if to set a background with borders:
import QtQuick 2.9 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") Button { id: control width: 50; height: 50 background: Rectangle { color: "green" border.color: "black" border.width: 2 radius: 5 } } }
- is duplicated by
- 
                    QTBUG-66089 ToolButton and Button size problems -           
- Closed
 
-         
- 
                    QTBUG-66868 Not correct button rendering -           
- Closed
 
-         
- 
                    QTBUG-66065 The first delegated item when using Button from QtQuickControls 2 always missing its background -         
- Closed
 
-         
- 
                    QTBUG-66453 REG: Material elevation in Page header -         
- Closed
 
-         
- resulted from
- 
                    QTBUG-50992 QQC2: Object destroyed during incubation -         
- Closed
 
-