summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/taborder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/taborder.cxx')
-rw-r--r--extensions/source/propctrlr/taborder.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/taborder.cxx b/extensions/source/propctrlr/taborder.cxx
index 4d7ce611b304..0880464a2616 100644
--- a/extensions/source/propctrlr/taborder.cxx
+++ b/extensions/source/propctrlr/taborder.cxx
@@ -389,9 +389,9 @@ namespace pcr
long nFirstVisible = GetModel()->GetAbsPos( FirstVisible());
if ( ( nThumbPos + nVisibleSize + 1 ) < (long)( nLastSelPos + 3 ) )
- GetVScroll()->DoScrollAction(SCROLL_LINEDOWN);
+ GetVScroll()->DoScrollAction(ScrollType::LineDown);
else if((nThumbPos+nVisibleSize+1) >= (nFirstVisible))
- GetVScroll()->DoScrollAction(SCROLL_LINEUP);
+ GetVScroll()->DoScrollAction(ScrollType::LineUp);
}
}
}