diff options
author | Sebastian Geerken <devnull@localhost> | 2013-04-18 14:56:51 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-04-18 14:56:51 +0200 |
commit | ac2616a2749d3b51a1c5a2d73e143a36d48222f7 (patch) | |
tree | 0665bd39ff03165701beeb608f348a6c9cda9120 /dw/textblock.cc | |
parent | df2c456eac1c6f6f6d23942907606a89c26b0f97 (diff) |
Fixed limited floats search, and integrated it into textblock widget. (Still not fully working.)
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 19210fce..03eeb33f 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -130,6 +130,7 @@ Textblock::Textblock (bool limitTextWidth) mustQueueResize = false; redrawY = 0; lastWordDrawn = -1; + lastPositionedOofWidget = -1; /* * The initial sizes of lines and words should not be |