diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-02 00:02:52 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-02 00:02:52 +0200 |
commit | 0b8eaee1a82718d9fe7faab78aa57ab43c29a7be (patch) | |
tree | 725185d5d26e2313615e9295a25e1b815636560d /dw/ui.cc | |
parent | 82d447e97678d8eafc6267ff00b0a4464b295a8f (diff) |
Some work on extremes.
Diffstat (limited to 'dw/ui.cc')
-rw-r--r-- | dw/ui.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ void Embed::sizeRequestImpl (Requisition *requisition) void Embed::getExtremesImpl (Extremes *extremes) { resource->getExtremes (extremes); + correctExtremes (extremes); } void Embed::sizeAllocateImpl (Allocation *allocation) |