mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
Fixed four more winetests, code taken from wine again
svn path=/trunk/; revision=33910
This commit is contained in:
parent
2692c60678
commit
eaff1fdfa2
1 changed files with 2 additions and 0 deletions
|
@ -4137,6 +4137,8 @@ static BOOL EDIT_WM_Char(EDITSTATE *es, WCHAR c)
|
||||||
if ((es->style & ES_MULTILINE) && !(es->style & ES_READONLY))
|
if ((es->style & ES_MULTILINE) && !(es->style & ES_READONLY))
|
||||||
{
|
{
|
||||||
static const WCHAR tabW[] = {'\t',0};
|
static const WCHAR tabW[] = {'\t',0};
|
||||||
|
if (EDIT_IsInsideDialog(es))
|
||||||
|
break;
|
||||||
EDIT_EM_ReplaceSel(es, TRUE, tabW, TRUE, TRUE);
|
EDIT_EM_ReplaceSel(es, TRUE, tabW, TRUE, TRUE);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue