зеркало из https://github.com/mozilla/pjs.git
Fix the XmNfillOnEnter not getting cleared when sensitivity changes bug.
This commit is contained in:
Родитель
5315905037
Коммит
cf10b5a0f3
|
@ -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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче