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:
@@ -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>
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user