Fix the XmNfillOnEnter not getting cleared when sensitivity changes bug.

This commit is contained in:
ramiro%netscape.com 1998-10-21 13:25:03 +00:00
Родитель 5315905037
Коммит cf10b5a0f3
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1046,6 +1046,9 @@ SetValues(Widget ow,Widget rw,Widget nw,ArgList args,Cardinal *nargs)
np->armed = False;
np->clicking = False;
np->raised = False;
/* Mark pointer outside for proper rendering */
_XfePointerInside(nw) = False;
}
else
{
@ -1070,6 +1073,9 @@ SetValues(Widget ow,Widget rw,Widget nw,ArgList args,Cardinal *nargs)
np->armed = False;
np->clicking = False;
np->raised = False;
/* Mark pointer outside for proper rendering */
_XfePointerInside(nw) = False;
}
else
{