Merge pull request #2528 from MarianoGnu/sprite-edit

SpriteRegionEditor
This commit is contained in:
Juan Linietsky
2015-09-28 09:32:42 -03:00
9 changed files with 868 additions and 3 deletions

View File

@@ -189,6 +189,7 @@ void Sprite::set_region_rect(const Rect2& p_region_rect) {
if (region && changed) {
update();
item_rect_changed();
_change_notify("region_rect");
}
}