Yet another important compatibilty problem with wxWidgets v3.x has been patched:
- Fixed: (BUG) wxWidgets v3.x.x: DaqViewer: wxTextCtrl::SetEditable() is undocummented in wxWidgets
v3.x.x and its behaviour is incompatible with 2.8.x.
TraceCfgPanel: txc_MALptr and txc_DeadBand controls are processing editor events even
after SetEditable(false) is called -> this leads to a mess, since those fields must not
be editable for remote daq traces.
Now the wxWindow::Enable() is used as a workaround, but it's not the same as SetEditable():
disabled window doesn't allow to select and copy the text.