Remove the selection rect for nodes that do not require it
This commit is contained in:
parent
6435894275
commit
72ed1e4244
34 changed files with 427 additions and 248 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue