Skip to content

Commit

Permalink
Restore error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
FellippeHeitor committed Oct 13, 2021
1 parent e27692d commit e1d8d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InForm/InForm.ui
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ SUB __UI_UpdateDisplay
EXIT SUB
END IF

'ON ERROR GOTO __UI_ErrorHandler
ON ERROR GOTO __UI_ErrorHandler

'Clear frames canvases and count its children;
FOR i = 1 TO UBOUND(Control)
Expand Down

0 comments on commit e1d8d03

Please sign in to comment.