Closed Jerakin closed 4 years ago
Fixes https://github.com/gmarull/qtmodern/issues/26
This change uses a descendant reference and will now color all scrollAreaWidgetContents regardless of name.
Changed from referring to QScrollAreas child using the name (#scrollAreaWidgetContents) it can only be applied to the first created QScrollArea.
QScrollArea
#scrollAreaWidgetContents
Fixes https://github.com/gmarull/qtmodern/issues/26
This change uses a descendant reference and will now color all scrollAreaWidgetContents regardless of name.
Changed from referring to
QScrollArea
s child using the name (#scrollAreaWidgetContents
) it can only be applied to the first createdQScrollArea
.