mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix Tooltip font clipping glitch
This commit is contained in:
parent
36f2dec1d8
commit
c1cc5730b7
@ -849,6 +849,8 @@ void gToolTip::paint() //actually paints it.
|
|||||||
painter.drawRoundedRect(rect,5,5);
|
painter.drawRoundedRect(rect,5,5);
|
||||||
painter.setBrush(Qt::black);
|
painter.setBrush(Qt::black);
|
||||||
|
|
||||||
|
painter.setFont(*defaultfont);
|
||||||
|
|
||||||
painter.drawText(rect,Qt::AlignCenter,m_text);
|
painter.drawText(rect,Qt::AlignCenter,m_text);
|
||||||
|
|
||||||
painter.end();
|
painter.end();
|
||||||
|
@ -493,7 +493,7 @@ bool PreferencesDialog::Save()
|
|||||||
}
|
}
|
||||||
|
|
||||||
//PROFILE.Save();
|
//PROFILE.Save();
|
||||||
//PREF.Save();
|
PREF.Save();
|
||||||
|
|
||||||
if (recalc_events) {
|
if (recalc_events) {
|
||||||
// send a signal instead?
|
// send a signal instead?
|
||||||
|
Loading…
Reference in New Issue
Block a user