From 36e546c1c9a9bb8e778fb637c17f94390b4d23c2 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 15 Feb 2025 14:29:16 +1300 Subject: Reorganising Fl / FLTK, improving enum docs --- test/cursor.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/cursor.adb') diff --git a/test/cursor.adb b/test/cursor.adb index e968b6f..93d3f2b 100644 --- a/test/cursor.adb +++ b/test/cursor.adb @@ -16,7 +16,7 @@ with use type - FLTK.Widgets.Callback_Flag; + FLTK.Callback_Flag; function Cursor @@ -95,7 +95,7 @@ begin The_Choices.Add ("FL_CURSOR_NONE", Choice_Callback'Unrestricted_Access); The_Choices.Set_Callback (Choice_Callback'Unrestricted_Access); - The_Choices.Set_When (FLTK.Widgets.When_Release + FLTK.Widgets.When_Interact); + The_Choices.Set_When (FLTK.When_Release + FLTK.When_Interact); The_Choices.Set_Chosen (1); The_Slider.Set_Alignment (FLTK.Align_Left); -- cgit