From c1cc5730b7dd69eafc674af616762b4f137e4419 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 27 Oct 2013 00:09:06 +1000 Subject: [PATCH] Fix Tooltip font clipping glitch --- sleepyhead/Graphs/gGraphView.cpp | 2 ++ sleepyhead/preferencesdialog.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gGraphView.cpp b/sleepyhead/Graphs/gGraphView.cpp index 2ecf9cd4..66026046 100644 --- a/sleepyhead/Graphs/gGraphView.cpp +++ b/sleepyhead/Graphs/gGraphView.cpp @@ -849,6 +849,8 @@ void gToolTip::paint() //actually paints it. painter.drawRoundedRect(rect,5,5); painter.setBrush(Qt::black); + painter.setFont(*defaultfont); + painter.drawText(rect,Qt::AlignCenter,m_text); painter.end(); diff --git a/sleepyhead/preferencesdialog.cpp b/sleepyhead/preferencesdialog.cpp index a2d67a60..0c626532 100644 --- a/sleepyhead/preferencesdialog.cpp +++ b/sleepyhead/preferencesdialog.cpp @@ -493,7 +493,7 @@ bool PreferencesDialog::Save() } //PROFILE.Save(); - //PREF.Save(); + PREF.Save(); if (recalc_events) { // send a signal instead?