You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ofsetFont
.The text was updated successfully, but these errors were encountered: