DumpProto fix
This commit is contained in:
@@ -125,7 +125,7 @@ bool CLZObject::BeginDecompress(const void * pvIn)
|
||||
|
||||
bool CLZObject::Decompress(DWORD * pdwKey)
|
||||
{
|
||||
UINT uiSize;
|
||||
lzo_uint uiSize;
|
||||
int r;
|
||||
|
||||
if (m_pHeader->dwEncryptSize)
|
||||
|
||||
@@ -830,6 +830,7 @@ void CGraphicTextInstance::Render(RECT * pClipRect)
|
||||
__GetTextPos(visualSelBegin, &sx, &sy);
|
||||
__GetTextPos(visualSelEnd, &ex, &sy);
|
||||
|
||||
// Handle RTL - use the computed direction for this text instance
|
||||
// MR-15: Expose text highlighting to Python
|
||||
// Apply horizontal alignment (must match text rendering offset)
|
||||
float alignOffset = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user