Skip to content
Commit 5a614549 authored by Ahmad Samir's avatar Ahmad Samir Committed by Kurt Hindenburg
Browse files

Make draw intense-colors-as-bold work for both Qt5/6

QFont::weight/setWeight() returns/takes an int in Qt5 and QFont::Weight in
Qt6.

This maintains the same behaviour as implemented in 41693fe9.
«the weight used as bold is dependent on selected font's weight. "Regular"
will use "Bold", but e.g. "Thin" will use "Light".»
parent f71a7edf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment