Remove accidentally-left-on test pin on in overview

This commit is contained in:
Mark Watkins 2014-04-05 19:10:18 +10:00
parent b303d5816c
commit eb7a696af4
3 changed files with 9 additions and 8 deletions

View File

@ -2,14 +2,19 @@
<body>
<div align=center>
<h2><image src='qrc:/docs/sheep.png' width=64 height=64>SleepyHead <b>BETA</b></h2>
<h3><b>Update Notes</b></h3>
<h3><b>Update Notes for v0.9.4-3</b></h3>
</div>
<b>Changes in this version</b><br/>
<list>
<li>Retina display support for Mac platform</li>
<li>Added ability to pin Event and Flow waveform graphs</li>
<li>Fixed tranlation loading on Mac</li>
<li>Updated Dutch Tranlsations (Thanks Arie)</li>
<li>Fixed overview graph legends showing wrong details</li>
</list>
<p>Have fun!</p>
<p>Sleep Well!</p>
<p>Mark Watkins (JediMark)</p>
</body>
</html>

View File

@ -276,10 +276,6 @@ Overview::Overview(QWidget *parent,gGraphView * shared) :
SES->setRecMinY(1);
SET->setRecMinY(0);
//SET->setRecMaxY(5);
AHI->setPinned(true);
}
Overview::~Overview()
{

View File

@ -6,7 +6,7 @@
const int major_version=0;
const int minor_version=9;
const int revision_number=4;
const int release_number=2;
const int release_number=3;
#ifdef UNSTABLE_BUILD