diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-22 20:25:41 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-22 20:25:50 +0200 |
| commit | bf62959f1f76a5bafd3566a802b49fc2138a4763 (patch) | |
| tree | 4cfe161bcaae3be36904c3f7413d07813db21205 /fluid/custom_widgets.cxx | |
| parent | 1209e9dcd7e1e97bedc747d06ba4eea837562158 (diff) | |
FLUID: New layout of Grid tab.
Diffstat (limited to 'fluid/custom_widgets.cxx')
| -rw-r--r-- | fluid/custom_widgets.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/custom_widgets.cxx b/fluid/custom_widgets.cxx index 88b4a6b8a..e254f19d4 100644 --- a/fluid/custom_widgets.cxx +++ b/fluid/custom_widgets.cxx @@ -142,6 +142,7 @@ vars_(0L), vars_user_data_(0L) { Fl_Input::callback((Fl_Callback*)callback_handler_cb); + text("0"); } void Fluid_Coord_Input::callback_handler_cb(Fluid_Coord_Input *This, void *v) { |
