mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 21:44:22 +00:00
Fix "modified document" indicator in tabs when we cancel tool loop
This commit is contained in:
parent
15c6ee9046
commit
6fcf3f3d31
@ -214,6 +214,8 @@ void DrawingState::destroyLoop()
|
|||||||
delete m_toolLoop;
|
delete m_toolLoop;
|
||||||
m_toolLoopManager = NULL;
|
m_toolLoopManager = NULL;
|
||||||
m_toolLoop = NULL;
|
m_toolLoop = NULL;
|
||||||
|
|
||||||
|
app_rebuild_documents_tabs();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace app
|
} // namespace app
|
||||||
|
@ -224,8 +224,6 @@ public:
|
|||||||
|
|
||||||
if (redraw)
|
if (redraw)
|
||||||
update_screen_for_document(m_document);
|
update_screen_for_document(m_document);
|
||||||
else
|
|
||||||
app_rebuild_documents_tabs();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// IToolLoop interface
|
// IToolLoop interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user