mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 08:42:13 -04:00
fix crash in spacer (#461)
This commit is contained in:
@@ -76,9 +76,6 @@ Loader {
|
|||||||
onLoaded: {
|
onLoaded: {
|
||||||
if (item) {
|
if (item) {
|
||||||
contentItemReady(item)
|
contentItemReady(item)
|
||||||
if (widgetId === "spacer") {
|
|
||||||
item.spacerSize = Qt.binding(() => spacerSize)
|
|
||||||
}
|
|
||||||
if (axis && "isVertical" in item) {
|
if (axis && "isVertical" in item) {
|
||||||
try {
|
try {
|
||||||
item.isVertical = axis.isVertical
|
item.isVertical = axis.isVertical
|
||||||
|
|||||||
Reference in New Issue
Block a user