mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
3ac4ca8869
Several performance issues fixed (as we avoid keeping a ListBox with ListItem in sync with the UndoHistory/UndoStates). There is still some room for improvement: e.g. grouping several ui::View::updateView() in just one if several onAddUndoState() will be called (e.g. when we are running a script without transactions).
9 lines
250 B
XML
9 lines
250 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2022 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2015-2016 by David Capello -->
|
|
<gui>
|
|
<window id="undo_history" text="@.title">
|
|
<view id="view" expansive="true" width="80" height="100" />
|
|
</window>
|
|
</gui>
|