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/CubeViewUI.fl | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'test/CubeViewUI.fl') diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl index 42d97463a..29730c674 100644 --- a/test/CubeViewUI.fl +++ b/test/CubeViewUI.fl @@ -2,13 +2,18 @@ version 1.0400 header_name {.h} code_name {.cxx} +snap { + ver 1 + current_suite FLTK + current_preset 1 +} class CubeViewUI {open } { Function {CubeViewUI()} {open } { Fl_Window mainWindow { label CubeView open - private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 hide resizable + private xywh {494 321 415 405} type Double box UP_BOX labelsize 12 resizable visible } { Fl_Group {} {open xywh {5 3 374 399} @@ -42,18 +47,15 @@ cube->redraw();} Fl_Roller hrot { label {H Rotation} callback {cube->h_angle(((Fl_Roller *)o)->value()); -cube->redraw();} +cube->redraw();} selected xywh {122 383 186 17} type Horizontal labeltype NO_LABEL labelsize 12 align 8 minimum -180 maximum 180 step 1 } } Fl_Group MainView {open - xywh {46 27 333 333} resizable + xywh {46 27 333 333} box DOWN_BOX resizable } { - Fl_Box cframe { - xywh {46 27 333 333} box DOWN_FRAME color 4 selection_color 69 - } Fl_Box cube { - label {This is the cube_view} selected + label {This is the cube_view} xywh {48 29 329 329} align 16 resizable code0 {\#include "CubeView.h"} class CubeView -- cgit v1.2.3