Closed jniles closed 9 years ago
Fixes #842.
This commit re-renders the grid through a call to grid.invalidate() whenever the session.mode changes, rather than regrouping. This has the affect of ensuring that the edit mode buttons are present when the user needs them.
grid.invalidate()
Fixes #842.
This commit re-renders the grid through a call to
grid.invalidate()
whenever the session.mode changes, rather than regrouping. This has the affect of ensuring that the edit mode buttons are present when the user needs them.