Selaa lähdekoodia

Merge pull request #12508 from sanikoyes/pr-missing-StyleBoxLine

Add missing StyleBoxLine binding

[ci skip]
Rémi Verschelde 8 vuotta sitten
vanhempi
commit
fd89924ea5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      scene/register_scene_types.cpp

+ 1 - 0
scene/register_scene_types.cpp

@@ -542,6 +542,7 @@ void register_scene_types() {
 	ClassDB::register_class<StyleBoxEmpty>();
 	ClassDB::register_class<StyleBoxTexture>();
 	ClassDB::register_class<StyleBoxFlat>();
+	ClassDB::register_class<StyleBoxLine>();
 	ClassDB::register_class<Theme>();
 
 	ClassDB::register_class<PolygonPathFinder>();