From 24c30873267ea525f2fe673fe091dfedaa917c23 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 18 Apr 2014 10:49:22 +1000 Subject: [PATCH] Fix a minor tooltip font glitch in preferences --- sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp | 5 +++++ sleepyhead/preferencesdialog.ui | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp index 2f521402..23602ea3 100644 --- a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp +++ b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp @@ -654,6 +654,11 @@ bool PRS1Loader::ParseSummary(Machine *mach, qint32 sequence, quint32 timestamp, offset += 12; } + // on some 60 series it's one off. or was the original 60 series patch wrong? + // I verified this comment below against several data samples compared with encore reports. + //duration=data[0x1B] | data[0x1C] << 8) // Session length in seconds + + duration = data[offset + 0x14] | (data[offset + 0x15] << 8); if (!duration) { diff --git a/sleepyhead/preferencesdialog.ui b/sleepyhead/preferencesdialog.ui index 56d263ad..b7478b24 100644 --- a/sleepyhead/preferencesdialog.ui +++ b/sleepyhead/preferencesdialog.ui @@ -51,7 +51,7 @@ - 0 + 6 @@ -2229,11 +2229,7 @@ this application to be unstable with this feature enabled. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Pixmap caching is an graphics acceleration technique. May cause problems with font drawing in graph display area on your platform.</span></p></body></html> + Pixmap caching is an graphics acceleration technique. May cause problems with font drawing in graph display area on your platform. Use Pixmap Caching