summaryrefslogtreecommitdiff
path: root/src/windows-jump.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-jump.adb')
-rw-r--r--src/windows-jump.adb9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/windows-jump.adb b/src/windows-jump.adb
index 5d263ba..7503ec7 100644
--- a/src/windows-jump.adb
+++ b/src/windows-jump.adb
@@ -1,12 +1,5 @@
-with
-
- FLTK.Widgets.Groups.Windows.Double,
- FLTK.Widgets.Buttons.Enter,
- FLTK.Widgets.Inputs.Integer;
-
-
package body Windows.Jump is
@@ -71,6 +64,8 @@ package body Windows.Jump is
This.Add (This.Go_Jump);
This.Go_Jump.Set_Callback (Jump_M'Access);
+ This.Set_Icon (Logo);
+
This.Set_Callback (Hide_CB'Access);
This.Set_Modal;
end return;