Fix runtime warning

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1984 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2009-01-28 20:07:15 +00:00
parent 184c1855d8
commit 829595502d
2 changed files with 1 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
* src/core/track.cpp:
* src/gui/fx_mixer_view.cpp:
* src/gui/classic_style.cpp:
Attempt to fix Skiessi's gfx bugs
2009-01-26 Paul Giblock <drfaygo/at/gmail/dot/com>

View File

@@ -328,5 +328,4 @@ void ClassicStyle::drawTrackContentBackground(QPainter * _painter,
_painter->drawLine( QLineF( x, 1.0, x, h-2.0 ) );
}
_painter->drawLine( 0, h-2, w*2, h-2 );
_painter->end();
}