summaryrefslogtreecommitdiff
path: root/src/windows-editor.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-11-18 21:26:25 +1100
committerJed Barber <jjbarber@y7mail.com>2016-11-18 21:26:25 +1100
commite136503bc4c8f46f4dd98e919562103d875fbeca (patch)
tree606b0d3a99aca4b7498d027337f1e9ad542d3a5d /src/windows-editor.adb
parentba19cac8303b22ed415f246ea18dc334dd572343 (diff)
Undo/Redo now unlimited, very rough Change_Vectors package created to accommodate
Diffstat (limited to 'src/windows-editor.adb')
-rw-r--r--src/windows-editor.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows-editor.adb b/src/windows-editor.adb
index fdf95c7..e6d98bf 100644
--- a/src/windows-editor.adb
+++ b/src/windows-editor.adb
@@ -60,6 +60,8 @@ package body Windows.Editor is
This.Set_Resizable (This.Editor);
This.Set_Size_Range (Min_Editor_Width, Min_Editor_Height);
This.Set_Icon (Logo);
+
+ This.Editor.Remove_Key_Binding (Mod_Ctrl + 'z');
end return;
end Create;