mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
conhost: Fix display of font preview in 64-bit mode.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
23c5d4c065
commit
b3fa23e88d
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ static COLORREF get_color( struct dialog_info *di, unsigned int idc )
|
|||
{
|
||||
LONG_PTR index;
|
||||
|
||||
index = GetWindowLongPtrW(GetDlgItem( di->dialog, idc ), 0);
|
||||
index = GetWindowLongW(GetDlgItem( di->dialog, idc ), 0);
|
||||
return di->config.color_map[index];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue