diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-07 22:00:28 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-07 22:00:28 +0200 |
commit | f57f7cb3ced83119a343f087a6447f856b7a600b (patch) | |
tree | f9e60857f615c40e75f543edef1c773ac69901ea /dw/ruler.cc | |
parent | 03352791c81970bd33dea4e75203f6e6978e0c92 (diff) |
Removed widget flag HAS_CONTENTS.
Diffstat (limited to 'dw/ruler.cc')
-rw-r--r-- | dw/ruler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/ruler.cc b/dw/ruler.cc index 3bb61f22..3fdbfb6d 100644 --- a/dw/ruler.cc +++ b/dw/ruler.cc @@ -28,7 +28,6 @@ namespace dw { Ruler::Ruler () { - unsetFlags (HAS_CONTENTS); } void Ruler::sizeRequestImpl (core::Requisition *requisition) |