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
Fix welcome page redraw after compilers registered
Main form was not redrawing the welcome page to reflect the addition of
compilers after user accepted new compilers automatically detected at
startup.
Changed UCompileMgr.TMainCompileMgr.CheckForNewCompilerInstalls to
return True if user had permitted compilers to be registered. Main
form's AfterShowForm event handler wa changed to refresh the display
when the method returns True.
0 commit comments