mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 19:13:29 +00:00
Fix bug in FrameTagProperties when there is no tag to show
This commit is contained in:
parent
fd920eb85a
commit
922a485832
@ -82,6 +82,9 @@ void FrameTagPropertiesCommand::onExecute(Context* context)
|
||||
else
|
||||
foundTag = get_shortest_tag(sprite, frame);
|
||||
|
||||
if (!foundTag)
|
||||
return;
|
||||
|
||||
FrameTagWindow window(sprite, foundTag);
|
||||
if (!window.show())
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user