From f33257521bf80dcef8575c4fc3ddaf4a40ff588a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Jun 2009 18:13:15 +0000 Subject: fixed a few widget order problems, changed map targetting behaviour --- src/ui/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/widget.h') diff --git a/src/ui/widget.h b/src/ui/widget.h index d8969cc..2de7a3d 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h @@ -231,7 +231,7 @@ protected: Widget *find_mouse_focus(const math::Vector2f & cursor); /// list widget content - size_t list(const size_t indent) const; + size_t list(const size_t indent, const bool visible_only = false) const; /// print widget description virtual void print(const size_t indent) const; -- cgit v1.2.3