mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 12:20:28 +02:00
Undo/Redo stuff enabled by default
This commit is contained in:
parent
e864889c57
commit
65e69a446a
@ -68,8 +68,9 @@
|
||||
{$define NODEBUG}
|
||||
{$endif}
|
||||
|
||||
{ include Undo/Redo code from Visa Harvey }
|
||||
{ let everybody try it out PM }
|
||||
{$define Undo}
|
||||
{$ifdef DEBUG}
|
||||
{ include Undo/Redo code from Visa Harvey }
|
||||
{$define Undo}
|
||||
{$define DebugUndo}
|
||||
{$endif DEBUG}
|
||||
|
Loading…
Reference in New Issue
Block a user