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.hh | |
parent | df2c456eac1c6f6f6d23942907606a89c26b0f97 (diff) |
Fixed limited floats search, and integrated it into textblock widget. (Still not fully working.)
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 4eb5a264..e188031a 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -445,6 +445,7 @@ protected: are the line numbers, not the value stored in parentRef. */ + int lastPositionedOofWidget; lout::misc::SimpleVector <Line> *lines; lout::misc::SimpleVector <Paragraph> *paragraphs; |