Open
Description
OS: Linux mint MATE
Reproduce by running edytornc -stylesheet=style.css
Even if the style sheet is empty, it causes the font settings to no longer apply and the default font is used.
Solution: in MdiChild::setMdiWindowProperites function, should be used setStyleSheet
instead of setFont
.