diff --git a/src/dlangui/widgets/grid.d b/src/dlangui/widgets/grid.d index 1e7e1f93..27b02859 100644 --- a/src/dlangui/widgets/grid.d +++ b/src/dlangui/widgets/grid.d @@ -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();