summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.fl
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-11 18:45:14 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-07-11 18:48:42 +0200
commit8a3d3684acd4f13da57e39060ed2a88e625a1d2d (patch)
treeefe816b88b3767f7d3aa07f72b99bf33db88dde9 /fluid/widget_panel.fl
parente5fbfcbec1fb06dc29393a70594317904610a426 (diff)
Fluid: fix "trailing whitespace" errors (#100)
Fluid would write trailing whitespace at some points when generating .cxx and .h files from .fl files. This was an old issue but became obvious since we removed trailing whitespace from source and header files recently. This commit fixes all whitespace errors in files generated from .fl files in the FLTK repository, i.e. in fluid/, src/, and test/ folders. I can't guarantee that I found all possible whitespace errors, but this commit: Fixes #100
Diffstat (limited to 'fluid/widget_panel.fl')
-rw-r--r--fluid/widget_panel.fl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 87d8e53d0..5ad384d95 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -362,7 +362,8 @@ Use Ctrl-J for newlines.} xywh {95 40 190 20} labelfont 1 labelsize 11 when 1 te
label {Shortcut:}
callback shortcut_in_cb
comment {This is a special button that grabs keystrokes directly}
- tooltip {The shortcut key for the widget.\nUse 'Backspace' key to clear.} xywh {95 210 310 20} box DOWN_BOX color 7 selection_color 7 labelfont 1 labelsize 11 align 4
+ tooltip {The shortcut key for the widget.
+Use 'Backspace' key to clear.} xywh {95 210 310 20} box DOWN_BOX color 7 selection_color 7 labelfont 1 labelsize 11 align 4
code0 {\#include "Shortcut_Button.h"}
class Shortcut_Button
}