The problem is that for some reason, when you clicked in CodeView just before the clip is used, it seems that the focus appears to be outside the main window so it ignores that move to CodeView as they think it is not meant for this main window.
Strange indeed.
Debug: Focus Changed QWidget(0x0) QComboBoxListView(0x1bde0dd2dd0) CodeViewEditor(0x1bdd4d6b9b0)
The first is the detected mainwindow, the next is old object who is giving up focus, and the last is the new object obtaining focus.
Very strange...
I will need to think about this more.
|