diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-22 13:35:42 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-22 13:35:42 +0200 |
| commit | 340e2ac3a176ae04c89c1a3e1036472d3e847c62 (patch) | |
| tree | 8a4d21df0fe2c6c7265d2acbb33669d80eac679f /fluid | |
| parent | 206675a3b1495dd03067d764a5a97819e572b558 (diff) | |
Fix .clang-format and some whitespace errors
.clang-format: UseTab: ForIndentation -> Never
Update fluid generated files
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/fluid.cxx | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.cxx | 1 | ||||
| -rw-r--r-- | fluid/widget_panel.fl | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index e9025a4e3..dcea17e7c 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -40,7 +40,7 @@ #include <stdio.h> #include <stdlib.h> #include <errno.h> -#include <locale.h> // setlocale().. +#include <locale.h> // setlocale().. #include <time.h> // time(), localtime(), etc. #include "../src/flstring.h" diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index f6a7caf38..162fa8617 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -317,7 +317,6 @@ ive to the origin at construction time"); { Fl_Value_Input* o = new Fl_Value_Input(95, 185, 55, 20, "Size:"); o->tooltip("The size of the slider."); o->labelsize(11); - o->step(0.010101); o->textsize(11); o->callback((Fl_Callback*)slider_size_cb); o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 5ad384d95..986f05eb9 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -295,7 +295,7 @@ Use Ctrl-J for newlines.} xywh {95 40 190 20} labelfont 1 labelsize 11 when 1 te Fl_Value_Input {} { label {Size:} callback slider_size_cb - tooltip {The size of the slider.} xywh {95 185 55 20} labelsize 11 align 5 step 0.010101 textsize 11 + tooltip {The size of the slider.} xywh {95 185 55 20} labelsize 11 align 5 textsize 11 } Fl_Value_Input {} { label {Minimum:} @@ -674,7 +674,7 @@ wCallback->do_callback(wCallback, v);} open Fl_Button {} { label Revert callback revert_cb - comment {Hidden Revert button} + comment {Hidden Revert button} selected xywh {90 370 60 20} labelsize 11 hide } Fl_Button wLiveMode { |
