diff options
Diffstat (limited to 'dw/fltkviewbase.cc')
-rw-r--r-- | dw/fltkviewbase.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dw/fltkviewbase.cc b/dw/fltkviewbase.cc index 21c7ee0d..0e942f2e 100644 --- a/dw/fltkviewbase.cc +++ b/dw/fltkviewbase.cc @@ -331,10 +331,7 @@ void FltkViewBase::setCursor (core::style::Cursor cursor) */ /** \bug Does not work */ -#if 0 -PORT1.3 - this->cursor (mapDwToFltk[cursor]); -#endif + fl_cursor (mapDwToFltk[cursor]); } void FltkViewBase::setBgColor (core::style::Color *color) |