aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index 751c94e4..4d26bbd4 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -504,8 +504,7 @@ class FltkListResource:
protected:
Fl_Widget *createNewWidget (core::Allocation *allocation);
- //TODO we'll have to keep track
- int getNumberOfItems () {return 0;};
+ int getNumberOfItems () {return itemsSelected.size();};
private:
static void widgetCallback (Fl_Widget *widget, void *data);