Fix CSS updating on each view update #74
Some checks are pending
Deploy Docs / publish (push) Waiting to run

This commit is contained in:
david-swift 2026-01-30 14:33:26 +01:00
parent cf60b8103f
commit 29194341e2
2 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ extension AnyView {
.init(GTK_STYLE_PROVIDER_PRIORITY_APPLICATION) .init(GTK_STYLE_PROVIDER_PRIORITY_APPLICATION)
) )
g_object_unref(provider) g_object_unref(provider)
storage.fields[cssID] = string
} }
} }
} }