From b6aeac03a3e6c5f4ea7edaad9a42b79cf5a8fe10 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Tue, 22 Jul 2014 15:58:24 +0200 Subject: Adjust_table_min_width is also applied to table cells (to avoid inconsistent rendering). --- dw/alignedtablecell.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dw/alignedtablecell.hh') diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index caf59307..20733bce 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -12,6 +12,8 @@ private: int charWordIndex, charWordPos; protected: + bool getAdjustMinWidth (); + int wordWrap (int wordIndex, bool wrapAll); int getValue (); -- cgit v1.2.3