Final fixes and tweaks: old bugs fixed in graph behaviour, more responsive and accurate now

This commit is contained in:
Vesa
2014-02-12 22:13:36 +02:00
parent 58e451925e
commit cc1dea42bb
4 changed files with 45 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

@@ -45,7 +45,7 @@ waveShaperControlDialog::waveShaperControlDialog(
setPalette( pal );
setFixedSize( 224, 300 );
graph * waveGraph = new graph( this, graph::NearestStyle, 204, 204 );
graph * waveGraph = new graph( this, graph::LinearNonCyclicStyle, 204, 204 );
waveGraph -> move( 10, 32 );
waveGraph -> setModel( &_controls -> m_wavegraphModel );
waveGraph -> setAutoFillBackground( true );