From 7ec40156bf80af71ebf3f51129af42a01221f250 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 15 May 2018 16:38:23 +1000 Subject: Updated to bring into line with FLTK binding --- src/windows-find.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/windows-find.adb') diff --git a/src/windows-find.adb b/src/windows-find.adb index 02698da..0336ce0 100644 --- a/src/windows-find.adb +++ b/src/windows-find.adb @@ -3,6 +3,7 @@ package body Windows.Find is + package W renames FLTK.Widgets.Groups.Windows; package WD renames FLTK.Widgets.Groups.Windows.Double; package IP renames FLTK.Widgets.Inputs; package BU renames FLTK.Widgets.Buttons; @@ -80,7 +81,7 @@ package body Windows.Find is This.Set_Icon (Logo); This.Set_Callback (Hide_CB'Access); - This.Set_Modal; + This.Set_Modal_State (W.Modal); end return; end Create; -- cgit