mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
ops missed one spot last commit.
svn-id: r25899
This commit is contained in:
parent
56f65a5002
commit
75af373278
@ -576,7 +576,7 @@ void ThemeModern::drawTab(const Common::Rect &r, int tabHeight, int tabWidth, co
|
||||
/*(state == kStateDisabled) ? -30 : */256, _colors[kTabBackgroundStart], _colors[kTabBackgroundEnd],
|
||||
_gradientFactors[kTabFactor]);
|
||||
|
||||
OverlayColor tabEnd = calcGradient(_colors[kTabActiveStart], _colors[kTabActiveEnd], tabHeight, r.height(), _gradientFactors[kTabFactor]);
|
||||
OverlayColor tabEnd = calcGradient(_colors[kTabActiveStart], _colors[kTabActiveEnd], tabHeight, r.height()-1, _gradientFactors[kTabFactor]);
|
||||
|
||||
const int tabOffset = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user