Skip to content

[GB.QT4] Fix property the workaround bug in QT5 that prevents some bold fonts from being seen.

Герхард PICCORO Lenz McKAY requested to merge (removed):patch-1 into master
  • BUG: Fix property the workaround bug in QT5 that prevents some bold fonts from being seen.

QFont::setStyleName() has begun introducing side-effects in recent Qt versions. ok ok, can easyle overrides the other font properties, calling setStyleName("Bold Italic") easyle set Bold and Italic to normal font but has others effects side: has inconsistent toString() and key() representations will ignore setBold(false) and setItalic(false) so it not make sense overstyling so then a needed macro here must be put to detect qt4 >> 4.8

NOTE edit from mantainer are activated! so any of the main developer can edit on this merge request!

http://gambaswiki.org/bugtracker/edit?object=BUG.1311

Edited by Герхард PICCORO Lenz McKAY

Merge request reports