Store QToolBar pointer in wxFrame itself to avoid having to query the already half-destroyed wxToolBar object when SetToolBar() is called from its base class dtor. This fixes crash when toggling the toolbar in the toolbar sample. Closes https://github.com/wxWidgets/wxWidgets/pull/1140