diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-23 13:15:05 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-23 13:15:05 +0100 |
commit | 138c244e93d19eddb2d385fcdf27b9cb1cd8f525 (patch) | |
tree | d5c554acc791375956e3a2bdbb24ddfa1345d964 /dw/ruler.hh | |
parent | 5d96abb1e07780e696fbf0b79ad05a5ce39244bd (diff) |
SRDOP: Fix wrong assert().
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index 74323d95..a3c6c962 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -26,6 +26,8 @@ protected: bool usesAvailWidth (); void draw (core::View *view, core::Rectangle *area, core::DrawingContext *context); + core::Widget *getWidgetAtPoint (int x, int y, + core::GettingWidgetAtPointContext *context); public: static int CLASS_ID; |