You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Bring that Whole New World to the Old Continent too
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6.
This commit is contained in:
@@ -31,11 +31,11 @@
|
||||
|
||||
void Panel::_notification(int p_what) {
|
||||
|
||||
if (p_what==NOTIFICATION_DRAW) {
|
||||
if (p_what == NOTIFICATION_DRAW) {
|
||||
|
||||
RID ci = get_canvas_item();
|
||||
Ref<StyleBox> style = get_stylebox("panel");
|
||||
style->draw( ci, Rect2( Point2(), get_size() ) );
|
||||
style->draw(ci, Rect2(Point2(), get_size()));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,9 +44,5 @@ Panel::Panel() {
|
||||
set_stop_mouse(true);
|
||||
}
|
||||
|
||||
|
||||
Panel::~Panel()
|
||||
{
|
||||
Panel::~Panel() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user