Autosave feature, spritesheet editor dashed lines, refactoring, fixes
This commit is contained in:
@@ -280,6 +280,11 @@ namespace anm2ed::imgui
|
||||
isJustOpened = true;
|
||||
}
|
||||
|
||||
bool PopupHelper::is_open()
|
||||
{
|
||||
return isOpen;
|
||||
}
|
||||
|
||||
void PopupHelper::trigger()
|
||||
{
|
||||
if (isTriggered) ImGui::OpenPopup(label);
|
||||
|
||||
Reference in New Issue
Block a user