summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorIgnacio Etcheverry <neikeq@users.noreply.github.com>2017-08-19 09:36:24 +0200
committerGitHub <noreply@github.com>2017-08-19 09:36:24 +0200
commit9acd9f8e454332547b04f6a9f4c6d75a63a0b18d (patch)
treee26482fecdc5a21391ae66e78bc842439aa5ab80 /scene
parentbf1f83ed29a3cc2833a1ad7b5080b2d162ed0a88 (diff)
parent18938d3c0e930f11095335e365081372b853d0b0 (diff)
Merge pull request #10436 from neikeq/plz
Removes extra argument from StyleBoxFlat::get_border_color()
Diffstat (limited to 'scene')
-rw-r--r--scene/resources/style_box.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/style_box.cpp b/scene/resources/style_box.cpp
index 48efa242e9..67bc5b30ff 100644
--- a/scene/resources/style_box.cpp
+++ b/scene/resources/style_box.cpp
@@ -717,7 +717,7 @@ void StyleBoxFlat::_bind_methods() {
ClassDB::bind_method(D_METHOD("get_bg_color"), &StyleBoxFlat::get_bg_color);
ClassDB::bind_method(D_METHOD("set_border_color", "color"), &StyleBoxFlat::set_border_color_all);
- ClassDB::bind_method(D_METHOD("get_border_color", "color"), &StyleBoxFlat::get_border_color_all);
+ ClassDB::bind_method(D_METHOD("get_border_color"), &StyleBoxFlat::get_border_color_all);
ClassDB::bind_method(D_METHOD("set_border_width_all", "width"), &StyleBoxFlat::set_border_width_all);
ClassDB::bind_method(D_METHOD("get_border_width_min"), &StyleBoxFlat::get_border_width_min);