aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-06 03:29:11 +0200
committerSebastian Geerken <devnull@localhost>2014-10-06 03:29:11 +0200
commit10fb76e9b12ae211c7afd8c8514ffbd5119cc7e3 (patch)
tree3ef41f5c00593624155380c6f60008f4f30d5b79 /dw/textblock.hh
parent000ad0ab90444230f5bebc5c0a5b28f572e6a013 (diff)
Fixed floats clearance.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index e7ff5c63..c95dfff9 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -834,6 +834,7 @@ public:
bool includeFirstSpace, bool includeLastSpace);
void borderChanged (int y, core::Widget *vloat);
+ void clearPositionChanged ();
void oofSizeChanged (bool extremesChanged);
inline int getLineBreakWidth () { return lineBreakWidth; }
};