1
0
Fork 0

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

Add missing StyleBoxLine binding

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-30 13:20:45 +01:00 committed by GitHub
commit fd89924ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>();