mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 09:40:42 +00:00
Fix some glitches moving ellipses to the top/left edges (fix #1648)
This commit is contained in:
parent
184736760a
commit
5b75355de4
@ -285,6 +285,10 @@ public:
|
||||
bounds.w = 2*a+3;
|
||||
bounds.h = 2*b+3;
|
||||
}
|
||||
else {
|
||||
++bounds.w;
|
||||
++bounds.h;
|
||||
}
|
||||
|
||||
return bounds;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user