From 6ba94d5ca03e51a4c10f6d47e12b347a84ecb722 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Sun, 18 Nov 2018 18:07:38 -0200 Subject: Add argument to UndoRedo's "clear_history()" to not increase the version --- doc/classes/UndoRedo.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml index 0ea5c6e005..93806ac326 100644 --- a/doc/classes/UndoRedo.xml +++ b/doc/classes/UndoRedo.xml @@ -102,8 +102,11 @@ + + Clear the undo/redo history and associated references. + Passing [code]false[/code] to [code]increase_version[/code] will prevent the version number to be increased from this. -- cgit v1.2.3