diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-01-01 19:34:14 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-01-01 19:34:14 +0000 |
| commit | 4562798f69448c4d1f1615571548de214736fca2 (patch) | |
| tree | 49517c6d494511d1866b0b5e3741b6a9f21f18d7 /test/fonts.cxx | |
| parent | 39818616b948c29ae71e71b7736b0d0d5ffa2cbb (diff) | |
Text sample field in utf8 test resizable
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8163 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/fonts.cxx')
| -rw-r--r-- | test/fonts.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fonts.cxx b/test/fonts.cxx index 03c7ba6de..2cd479f24 100644 --- a/test/fonts.cxx +++ b/test/fonts.cxx @@ -143,7 +143,6 @@ void create_the_forms() { fontobj->box(FL_FRAME_BOX); fontobj->color(53,3); fontobj->callback(font_cb); - form->resizable(fontobj); sizeobj = new Fl_Hold_Browser(410, 190, 130, 170); sizeobj->box(FL_FRAME_BOX); sizeobj->color(53,3); @@ -153,6 +152,7 @@ void create_the_forms() { tile->end(); + form->resizable(tile); form->end(); } |
