forked from mia/Aegisub
65990cc0eb
csriapi.cpp is removed since the version a one dir up is the correct one, this one wasn't maintained. These patch files were used as base for porting the patches to guliverkli2. Originally committed to SVN as r2288.
18 lines
693 B
Diff
18 lines
693 B
Diff
Index: RTS.cpp
|
|
===================================================================
|
|
--- RTS.cpp (revision 2275)
|
|
+++ RTS.cpp (revision 2276)
|
|
@@ -702,11 +702,11 @@
|
|
|
|
if(w->m_style.borderStyle == 0)
|
|
{
|
|
- bbox |= w->Draw(spd, clipRect, pAlphaMask, x, y, sw, !w->m_style.alpha[0] && !w->m_style.alpha[1], true);
|
|
+ bbox |= w->Draw(spd, clipRect, pAlphaMask, x, y, sw, false, true);
|
|
}
|
|
else if(w->m_style.borderStyle == 1 && w->m_pOpaqueBox)
|
|
{
|
|
- bbox |= w->m_pOpaqueBox->Draw(spd, clipRect, pAlphaMask, x, y, sw, true/*!w->m_style.alpha[0] && !w->m_style.alpha[1]*/, false);
|
|
+ bbox |= w->m_pOpaqueBox->Draw(spd, clipRect, pAlphaMask, x, y, sw, true, false);
|
|
}
|
|
}
|
|
|