From ac2616a2749d3b51a1c5a2d73e143a36d48222f7 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 18 Apr 2013 14:56:51 +0200 Subject: Fixed limited floats search, and integrated it into textblock widget. (Still not fully working.) --- dw/textblock.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'dw/textblock.cc') 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 -- cgit v1.2.3