beremiz
Clone
Summary
Browse
Changes
Graph
wxPython4 sequels: fix exception in connection dialog, force black text in FBD.
2022-07-11, Edouard Tisserant
cb7db021280c
wxPython4 sequels: fix exception in connection dialog, force black text in FBD.
- wxPython4 does not have RemoveSizer in API anymore.
- On GTK3 with dark theme default text colour is white, making it unreadable.
.freeform-label {
float: left;
width: 30%;
}