diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-17 12:56:23 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-17 12:56:35 +0200 |
| commit | 4d94a08bd2fcd681d33bfb51228ace3b432b19ab (patch) | |
| tree | 5867ce7627bf48eaf8cd7fe8ce76839ea37ab36b /fluid/print_panel.fl | |
| parent | 4dffa31520f66fe0baea574ea391ec58a77eaa49 (diff) | |
FLUID: fix window visibility across project file update
Diffstat (limited to 'fluid/print_panel.fl')
| -rw-r--r-- | fluid/print_panel.fl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl index eaaefcf79..47ce530d7 100644 --- a/fluid/print_panel.fl +++ b/fluid/print_panel.fl @@ -2,6 +2,11 @@ version 1.0400 header_name {.h} code_name {.cxx} +snap { + ver 1 + current_suite FLTK + current_preset 1 +} comment {// // FLUID print panel for the Fast Light Tool Kit (FLTK). // @@ -26,7 +31,7 @@ decl {\#include "fluid.h"} {private local decl {\#include <FL/fl_string_functions.h>} {private local } -decl {\#include "../src/flstring.h"} {selected private local +decl {\#include "../src/flstring.h"} {private local } decl {\#include <stdlib.h>} {private local @@ -38,7 +43,7 @@ decl {\#include <stdio.h>} {private local Function {make_print_panel()} {open } { Fl_Window print_panel { - label Print + label Print selected xywh {465 222 465 235} type Double modal visible } { Fl_Group print_panel_controls {open |
