mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 02:23:16 +00:00
Remove the selection rect for nodes that do not require it
This commit is contained in:
@@ -55,6 +55,10 @@ Rect2 BackBufferCopy::_edit_get_rect() const {
|
||||
return rect;
|
||||
}
|
||||
|
||||
bool BackBufferCopy::_edit_use_rect() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
void BackBufferCopy::set_rect(const Rect2 &p_rect) {
|
||||
|
||||
rect = p_rect;
|
||||
|
||||
Reference in New Issue
Block a user