diff options
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}; |
