tgjones/gemini

_statusBarGrid null

Closed this issue · 1 comments

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.

Looks like pull request #339 fixes this (which I already fixed myself locally anyway).