summaryrefslogtreecommitdiff
path: root/test/fonts.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2011-01-01 19:34:14 +0000
committerMatthias Melcher <fltk@matthiasm.com>2011-01-01 19:34:14 +0000
commit4562798f69448c4d1f1615571548de214736fca2 (patch)
tree49517c6d494511d1866b0b5e3741b6a9f21f18d7 /test/fonts.cxx
parent39818616b948c29ae71e71b7736b0d0d5ffa2cbb (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.cxx2
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();
}