Hello and happy new year to all,
if I put
res=self.topWindow.SetCursor(wx.StockCursor(wx.CURSOR_MAGNIFIER))
after self.topWindow = topwin in the demo it doesn’t seem to have any effect hoverin on topwin. It all works fine (mouse cursor changes) if I put the line in the button demo, changing self.topWindow. with b. for some button. Same behaviour for both Classic and Phoenix. Is it a bug or SashLayoutWindow needs something more? (python 2.7-64bit, win7, wxpy3.0)
thank you in advance for hints
Marco