mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Remove accidentally-left-on test pin on in overview
This commit is contained in:
parent
b303d5816c
commit
eb7a696af4
@ -2,14 +2,19 @@
|
|||||||
<body>
|
<body>
|
||||||
<div align=center>
|
<div align=center>
|
||||||
<h2><image src='qrc:/docs/sheep.png' width=64 height=64>SleepyHead <b>BETA</b></h2>
|
<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>
|
</div>
|
||||||
<b>Changes in this version</b><br/>
|
<b>Changes in this version</b><br/>
|
||||||
<list>
|
<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>
|
</list>
|
||||||
|
|
||||||
<p>Have fun!</p>
|
<p>Sleep Well!</p>
|
||||||
|
|
||||||
<p>Mark Watkins (JediMark)</p>
|
<p>Mark Watkins (JediMark)</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -276,10 +276,6 @@ Overview::Overview(QWidget *parent,gGraphView * shared) :
|
|||||||
SES->setRecMinY(1);
|
SES->setRecMinY(1);
|
||||||
SET->setRecMinY(0);
|
SET->setRecMinY(0);
|
||||||
//SET->setRecMaxY(5);
|
//SET->setRecMaxY(5);
|
||||||
|
|
||||||
AHI->setPinned(true);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Overview::~Overview()
|
Overview::~Overview()
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
const int major_version=0;
|
const int major_version=0;
|
||||||
const int minor_version=9;
|
const int minor_version=9;
|
||||||
const int revision_number=4;
|
const int revision_number=4;
|
||||||
const int release_number=2;
|
const int release_number=3;
|
||||||
|
|
||||||
|
|
||||||
#ifdef UNSTABLE_BUILD
|
#ifdef UNSTABLE_BUILD
|
||||||
|
Loading…
Reference in New Issue
Block a user