fix FScrollbar initialize the variable 'z'

This commit is contained in:
Markus Gans 2017-12-28 00:00:56 +01:00
parent 9bd711dc0e
commit 260bf9ac91
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ void FScrollbar::drawVerticalBar()
//----------------------------------------------------------------------
void FScrollbar::drawHorizontalBar()
{
int z;
int z = 0;
setColor (wc.scrollbar_fg, wc.scrollbar_bg);
if ( isNewFont() )