mirror of https://github.com/buggins/dlangui.git
Fix crash when you change showRowHeaders to false before resize().
This commit is contained in:
parent
efead8c004
commit
a0563db345
|
@ -1804,6 +1804,7 @@ class GridWidgetBase : ScrollWidgetBase, GridModelAdapter, MenuItemActionHandler
|
||||||
new Action(GridActions.ActivateCell, KeyCode.RETURN, 0),
|
new Action(GridActions.ActivateCell, KeyCode.RETURN, 0),
|
||||||
]);
|
]);
|
||||||
focusable = true;
|
focusable = true;
|
||||||
|
resize(1,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue