gdi32: Fix for PlayEnhMetaFileRecord support of EMR_SELECTPALETTE record.

This commit is contained in:
Jean-Philippe Theriault 2006-04-11 10:51:15 -04:00 committed by Alexandre Julliard
parent 69804258ca
commit 6e4b960a1c
1 changed files with 0 additions and 1 deletions

View File

@ -1162,7 +1162,6 @@ BOOL WINAPI PlayEnhMetaFileRecord(
if( lpSelectPal->ihPal & 0x80000000 ) {
SelectPalette( hdc, GetStockObject(lpSelectPal->ihPal & 0x7fffffff), TRUE);
} else {
(handletable->objectHandle)[ lpSelectPal->ihPal ] =
SelectPalette( hdc, (handletable->objectHandle)[lpSelectPal->ihPal], TRUE);
}
break;