mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +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;
|
||||
m_toolLoopManager = NULL;
|
||||
m_toolLoop = NULL;
|
||||
|
||||
app_rebuild_documents_tabs();
|
||||
}
|
||||
|
||||
} // namespace app
|
||||
|
@ -224,8 +224,6 @@ public:
|
||||
|
||||
if (redraw)
|
||||
update_screen_for_document(m_document);
|
||||
else
|
||||
app_rebuild_documents_tabs();
|
||||
}
|
||||
|
||||
// IToolLoop interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user