diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-07-27 19:26:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-07-27 19:26:11 +0000 |
| commit | d9eecaf4ab21a39b37eaf5f13bba523a61559781 (patch) | |
| tree | 48943f84e5cc65aa86331df002cb2af986fd870d /fluid/Fl_Window_Type.cxx | |
| parent | 0043e7a44daa1b910d82d37a20c23b2b11245ed3 (diff) | |
Fix problems with new FLUID output, add common to closing braces to show
what widget is being closed, and bump the version number to 1.1.8 in the
repo...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index b9a7f8188..00f9e22a3 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1299,7 +1299,7 @@ void Fl_Window_Type::write_code2() { } write_c("%s%s->end();\n", indent(), var); if (((Fl_Window*)o)->resizable() == o) - write_c("%s%s->resizable(o);\n", indent(), var); + write_c("%s%s->resizable(%s);\n", indent(), var, var); write_block_close(); } |
