summaryrefslogtreecommitdiff
path: root/src/windows-editor.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-editor.adb')
-rw-r--r--src/windows-editor.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/windows-editor.adb b/src/windows-editor.adb
index e6d98bf..81e5633 100644
--- a/src/windows-editor.adb
+++ b/src/windows-editor.adb
@@ -1,6 +1,5 @@
-with FLTK.Enums; use FLTK.Enums;
with FLTK.Widgets.Groups.Windows.Double;
with FLTK.Widgets.Groups.Text_Displays.Text_Editors;
with FLTK.Widgets.Menus.Menu_Bars;
@@ -25,6 +24,8 @@ package body Windows.Editor is
Label_Text : in String)
return Editor_Window
is
+ use FLTK;
+
Width : Integer := Min_Editor_Width;
Height : Integer := Min_Editor_Height;
Menu_Height : Integer := 22;