Changeset - r16736:8de57fd60794
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2010-12-12 14:51:26
frosch@openttd.org
(svn r21479) -Fix (r9563): Keep transparency for textual stuff in newspaper.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/widget.cpp
Show inline comments
 
@@ -1779,7 +1779,7 @@ void NWidgetViewport::Draw(const Window 
 
{
 
	if (this->disp_flags & ND_NO_TRANSPARENCY) {
 
		TransparencyOptionBits to_backup = _transparency_opt;
 
		_transparency_opt = 0; // Disable all transparency
 
		_transparency_opt &= (1 << TO_SIGNS) | (1 << TO_LOADING); // Disable all transparency, except textual stuff
 
		w->DrawViewport();
 
		_transparency_opt = to_backup;
 
	} else {
0 comments (0 inline, 0 general)