fix FScrollbar initialize the variable 'z'
This commit is contained in:
parent
9bd711dc0e
commit
260bf9ac91
|
@ -308,7 +308,7 @@ void FScrollbar::drawVerticalBar()
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
void FScrollbar::drawHorizontalBar()
|
void FScrollbar::drawHorizontalBar()
|
||||||
{
|
{
|
||||||
int z;
|
int z = 0;
|
||||||
setColor (wc.scrollbar_fg, wc.scrollbar_bg);
|
setColor (wc.scrollbar_fg, wc.scrollbar_bg);
|
||||||
|
|
||||||
if ( isNewFont() )
|
if ( isNewFont() )
|
||||||
|
|
Loading…
Reference in New Issue