You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
-All types have editable script now in properties
-Changed clip to a property in Control which can be set by the user
This commit is contained in:
@@ -302,7 +302,6 @@ void GraphEdit::_notification(int p_what) {
|
||||
|
||||
|
||||
draw_style_box( get_stylebox("bg"),Rect2(Point2(),get_size()) );
|
||||
VS::get_singleton()->canvas_item_set_clip(get_canvas_item(),true);
|
||||
|
||||
if (is_using_snap()) {
|
||||
//draw grid
|
||||
@@ -1337,7 +1336,7 @@ GraphEdit::GraphEdit() {
|
||||
|
||||
setting_scroll_ofs=false;
|
||||
just_disconected=false;
|
||||
|
||||
set_clip_contents(true);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user