fix scrollbars in grid

This commit is contained in:
Vadim Lopatin 2014-12-08 17:45:41 +03:00
parent 50ab4ae1ce
commit 4ee330fb7c
1 changed files with 0 additions and 2 deletions

View File

@ -667,8 +667,6 @@ class GridWidgetBase : ScrollWidgetBase {
protected int _maxScrollRow;
protected Rect _fullyVisibleCells;
protected Rect _fullyVisibleCellsRect;
protected Rect _fullScrollableArea;
protected Rect _visibleScrollableArea;
override protected bool handleAction(const Action a) {
calcScrollableAreaPos();