OOF2: The Manual
Name
OOF.Settings.UndoBuffer_Size.Image — Set the history buffer size for Images
Synopsis
OOF.Settings.UndoBuffer_Size.Image(size
)
Details
- Parent Menu: OOF.Settings.UndoBuffer_Size
-
Callback: function
WhoDoUndoClass.setUndoBufferSize
in moduleooflib.common.IO.whoville
-
Parameters:
size
- number of previous versions to preserve Type: Integer.
Description
The Image command in the OOF.Settings.UndoBuffer_Size menu sets the
size of the history buffer for Image
objects. When an object is modified, the previous
size
objects are preserved in the buffer, which
allows the Undo and Redo
commands to work. Using a large size
allows
more operations to be undone, but uses more memory.
![]() |
Warning |
---|---|
Reducing the buffer size can cause data loss. |