From 5d69828ed08c5f3a254a2d5ae9a9ed65decb54a7 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 14 Jul 2023 23:42:09 +0200 Subject: FLUID: fixes all overlapping widgets in all .fl files Also fixes an issue with multiple use of the same variable for different types of i18n. --- test/keyboard_ui.fl | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'test/keyboard_ui.fl') diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl index aca1002be..425b05f4b 100644 --- a/test/keyboard_ui.fl +++ b/test/keyboard_ui.fl @@ -2,12 +2,17 @@ version 1.0400 header_name {.h} code_name {.cxx} +snap { + ver 1 + current_suite FLTK + current_preset 1 +} Function {make_window()} {open } { - Fl_Window my_window {open selected - xywh {461 296 495 215} type Double hide + Fl_Window my_window {open + xywh {448 339 495 215} type Double code0 {\#include "keyboard.h"} - class MyWindow + class MyWindow visible } { Fl_Button {} { label {Esc } @@ -685,8 +690,8 @@ Function {make_window()} {open xywh {15 20 170 30} labelsize 9 align 5 } Fl_Box {} { - label {Fl::event_state():} - xywh {400 15 80 40} labelsize 9 align 5 + label {Fl::event_state():} selected + xywh {400 15 80 0} labelsize 9 align 5 } Fl_Output text_output { label {Fl::event_text():} -- cgit v1.2.3