biolab / orange-canvas-core

Orange Canvas core workflow editor
GNU General Public License v3.0
33 stars 60 forks source link

[FIX] application: Fix default application font on windows (QTBUG-61707) #301

Closed ales-erjavec closed 1 week ago

ales-erjavec commented 1 month ago

Issue

Fixes: https://github.com/biolab/orange3/issues/6826

Qt5 uses obsolete MS Dlg Shell 2 'virtual' font by default.

Changes

As per https://github.com/musescore/MuseScore/pull/5791#issuecomment-596669064 QApplication.font("QMessageBox") has the correct computed font so set that as the default.