summaryrefslogtreecommitdiff
path: root/scene/resources/style_box.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/style_box.cpp')
-rw-r--r--scene/resources/style_box.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/style_box.cpp b/scene/resources/style_box.cpp
index 066062f302..e5e32ba4e9 100644
--- a/scene/resources/style_box.cpp
+++ b/scene/resources/style_box.cpp
@@ -75,8 +75,8 @@ void StyleBox::_bind_methods() {
ClassDB::bind_method(_MD("set_default_margin","margin","offset"),&StyleBox::set_default_margin);
ClassDB::bind_method(_MD("get_default_margin","margin"),&StyleBox::get_default_margin);
-// ClassDB::bind_method(_MD("set_default_margin"),&StyleBox::set_default_margin);
-// ClassDB::bind_method(_MD("get_default_margin"),&StyleBox::get_default_margin);
+ //ClassDB::bind_method(_MD("set_default_margin"),&StyleBox::set_default_margin);
+ //ClassDB::bind_method(_MD("get_default_margin"),&StyleBox::get_default_margin);
ClassDB::bind_method(_MD("get_margin","margin"),&StyleBox::get_margin);
ClassDB::bind_method(_MD("get_minimum_size"),&StyleBox::get_minimum_size);