diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-21 15:01:57 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-21 15:01:57 +0000 |
| commit | 4495388e8deffa5df3ba6d6d267dbce24325dbfd (patch) | |
| tree | b38f24601773d0596e29124270712ca8737e8f88 /test/line_style.cxx | |
| parent | 60b723c00c0de7261680bfd9c81fde798b9d8041 (diff) | |
test/line_style: Added shortcut (&Line) for better "line on/off" testing
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6597 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/line_style.cxx')
| -rw-r--r-- | test/line_style.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/line_style.cxx b/test/line_style.cxx index ab49cf392..3f5ae5e37 100644 --- a/test/line_style.cxx +++ b/test/line_style.cxx @@ -126,7 +126,7 @@ void makeform(const char *) { choice[2]->menu(join_menu); sliders[3]= new Fl_Value_Slider(280,130,180,20,"Width"); sliders[3]->bounds(0,20); - draw_line = new Fl_Check_Button(280,150,20,20,"Line"); + draw_line = new Fl_Check_Button(280,150,20,20,"&Line"); draw_line->align(FL_ALIGN_LEFT); new Fl_Box (300,150,160,20,"adds a 1-pixel black line"); sliders[4] = new Fl_Slider(200,190,70,20,"Dash"); |
