diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Text_Display.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 4fb6352ba..e4303957e 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -1410,7 +1410,7 @@ int Fl_Text_Display::handle_vline( } // draw the line - style = position_style(lineStartPos, lineLen, i); + style = position_style(lineStartPos, lineLen, 0); for (i=0; i<lineLen; ) { int len = fl_utf8len(lineStr[i]); charStyle = position_style(lineStartPos, lineLen, i); |
