diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-04-09 22:18:05 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-04-09 22:18:05 +0000 |
| commit | 927fd351655320ed90ceecedaf9ea58656594650 (patch) | |
| tree | a9698d39716b54a81c88e5e2aa10656c062501ae /src/fl_draw.cxx | |
| parent | 08e71113e9b071be540c0ecb03287e647c0bc0c5 (diff) | |
Added new label alignments for image and text to Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7476 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_draw.cxx')
| -rw-r--r-- | src/fl_draw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 27f50afad..0517ab747 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -253,7 +253,7 @@ void fl_draw( int xpos; int ypos; int height = fl_height(); - int imgvert = ((align&FL_ALIGN_TEXT_NEXT_TO_IMAGE)==0); + int imgvert = ((align&FL_ALIGN_IMAGE_NEXT_TO_TEXT)==0); int imgh = img && imgvert ? img->h() : 0; int imgw[2] = {0, 0}; |
