aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-02 22:25:57 +0100
committerSebastian Geerken <devnull@localhost>2015-01-02 22:25:57 +0100
commit74b99eda62247a675cc2f1c7a4b74be2fe6f03a2 (patch)
tree84da08e8f7a8a4479384317284c94f5cdc7c4d9f /dw/widget.hh
parentd607e263e4481f38f0c1f089b0bae9522b1bb71a (diff)
Some more work on 'adjust_min_width' correction.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index 0f3e2d37..bef35715 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -292,7 +292,7 @@ protected:
*/
virtual void markExtremesChange (int ref);
- int getMinWidth (Extremes *extremes, bool forceValue);
+ int getMinWidth (Extremes *extremes, bool useCorrected, bool forceValue);
virtual int getAvailWidthOfChild (Widget *child, bool forceValue);
virtual int getAvailHeightOfChild (Widget *child, bool forceValue);