You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If instance of object that you are going to delete is under the mouse cursor after deleting dialogs the highlighting instance rectangle is present until you hover smth else
I can indeed reproduce the problem.
Have you seen any crashes following this situation?
It feels to me as if it's only a temporary rendering issue but I may be wrong.
HighlightedInstance caches instance and continue to call render with it. Nothing is crashed with objects I tested it on due to simple implementation of getWidth/Height/Depth but if one of these methods try to work with _associatedObjectConfiguration then it will throw error (It was my case with spine but I fixed that).
Is there an existing issue for this?
Describe the bug
If instance of object that you are going to delete is under the mouse cursor after deleting dialogs the highlighting instance rectangle is present until you hover smth else
record
Steps to reproduce
GDevelop platform
Desktop
GDevelop version
5.3.183
Platform info
OS macOS Venture 13.5.2
Additional context
No response
The text was updated successfully, but these errors were encountered: