Hi,
I finally rebased my branch and created a pull request.
wbr Kusti
Do you mean that it works on Qt4?
Is it possible to provide some improvements like:
wmayer wrote: ↑Sat Mar 10, 2018 9:04 pmThe point is that when changing the language a preference page receives an event and to call a function translateUi. This function is generated by Qt's uic compiler and always clears combo boxes. So, developers must take special care about this behaviour and explicitly save & restore the current index.
Shouldn't saveSettings(); and loadSettings(); calls be added to https://github.com/FreeCAD/FreeCAD/blob ... iewImp.cpp?wandererfan wrote: ↑Mon Mar 12, 2018 12:01 pmThe problem may occur with other preference pages - I've seen a few without save/restore around the retranslate(), but I've never inspected them to see if the page has comboBoxes.