Skip to content

Commit

Permalink
v1.1.3 - BELABOX HTTPS, misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
loopy750 authored Sep 27, 2024
1 parent 7ce75c8 commit 25af5c4
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 73 deletions.
3 changes: 2 additions & 1 deletion source/image.png.MEM
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,8 @@ SUB LoadImageMEM (This AS __UI_ControlTYPE, FileMEM$)
END IF

IF LEN(ErrorMessage$) THEN
IF NotFoundImage = 0 THEN NotFoundImage = __UI_LoadThemeImage("notfound.png")
' TODO
'IF NotFoundImage = 0 THEN NotFoundImage = __UI_LoadThemeImage("notfound.png")

PrevDest = _DEST
This.HelperCanvas = _NEWIMAGE(This.Width, This.Height, 32)
Expand Down
Loading

0 comments on commit 25af5c4

Please sign in to comment.