From 86b0756e159418137ae540d2f39fe126b2c8d925 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 30 Aug 2018 10:41:16 +0000 Subject: Update dependencies and fluid files, fix typos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13036 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/function_panel.fl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/function_panel.fl') diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index b46fcde37..f8c6de902 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -337,7 +337,7 @@ Function {make_data_panel()} {open } { Fl_Window data_panel { label {Inline Data Properties} open - xywh {472 191 343 237} type Double align 80 resizable size_range {343 237 0 0} visible + xywh {472 191 343 237} type Double align 80 hide resizable size_range {343 237 0 0} } { Fl_Group {} {open xywh {10 10 320 20} @@ -383,7 +383,7 @@ Function {make_data_panel()} {open } Fl_Check_Button data_mode { label {text mode} - tooltip {When text mode is seleted, the returned type is "const char*" and a trailing NUL will be appended to the data.} xywh {200 10 78 20} down_box DOWN_BOX labelsize 11 + tooltip {When text mode is selected, the returned type is "const char*" and a trailing NUL will be appended to the data.} xywh {200 10 78 20} down_box DOWN_BOX labelsize 11 } } Fl_Input data_input { -- cgit v1.2.3