You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Control-L does not redraw everything when there are many toplevels running
Redraw (Control-L) handler needs to do a painter's paint job, currently
only Application.Top gets the SetNeedsDisplay(), but this needs to apply
on Control-L to the entire stack.
Repro: activate dialog box, press esc, and this clears the dialog contents.
Control-L does not redraw everything when there are many toplevels running
Redraw (Control-L) handler needs to do a painter's paint job, currently
only Application.Top gets the SetNeedsDisplay(), but this needs to apply
on Control-L to the entire stack.
Repro: activate dialog box, press esc, and this clears the dialog contents.