summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-09-26 00:29:14 +0200
committerMatthias Melcher <github@matthiasm.com>2023-09-26 00:29:26 +0200
commit0a2f05a2fe2898ee1407319a6764018fdf54e562 (patch)
treec71eb3a9c9bbab15b38730bde6b0f4a429e62c02 /src/Fl_File_Chooser.fl
parentb8fa522ca42407515f28dcdba4caddefe211ca27 (diff)
FLUID: Fixes regression #777
Wrote wrong path in #inlude statement under certain conditions. Also removed 'snap' tag if not needed.
Diffstat (limited to 'src/Fl_File_Chooser.fl')
-rw-r--r--src/Fl_File_Chooser.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl
index 4d4d1107c..e70ad8427 100644
--- a/src/Fl_File_Chooser.fl
+++ b/src/Fl_File_Chooser.fl
@@ -98,7 +98,7 @@ window->hide();} open
} {}
Fl_Button newButton {
callback {newdir();}
- image {new.xbm} xywh {455 10 25 25} labelsize 8
+ image {new.xbm} compress_image 0 xywh {455 10 25 25} labelsize 8
code0 {\#include <FL/Fl_Preferences.H>}
code1 {o->tooltip(new_directory_tooltip);}
}