Fix crash when you change showRowHeaders to false before resize().

This commit is contained in:
and3md 2017-08-19 15:52:00 +02:00
parent efead8c004
commit a0563db345
1 changed files with 1 additions and 0 deletions

View File

@ -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);
} }
} }