From 4ee330fb7c67f7404212ae2b96783e1448870e49 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 8 Dec 2014 17:45:41 +0300 Subject: [PATCH] fix scrollbars in grid --- src/dlangui/widgets/grid.d | 2 -- 1 file changed, 2 deletions(-) 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();