_statusBarGrid null
Closed this issue · 1 comments
SirKnightTG commented
When trying to run the Gemini.Demo I'm seeing _statusBarGrid being null inside StatusBarView::RefreshGridColumns(). It's like OnStatusBarGridLoaded() never gets called for some reason, which is when _statusBarGrid is assigned.
SirKnightTG commented
Looks like pull request #339 fixes this (which I already fixed myself locally anyway).