mirror of https://github.com/buggins/dlangui.git
fix scrollbars in grid
This commit is contained in:
parent
50ab4ae1ce
commit
4ee330fb7c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue