21d7345f - Use core.callLater in place of wx.CallLater when executing callbacks for browseMode to ensure that code is executed within NVDA's core pump, stopping the possibilities of recursion through wx.Yield.
Use core.callLater in place of wx.CallLater when executing callbacks for browseMode to ensure that code is executed within NVDA's core pump, stopping the possibilities of recursion through wx.Yield.