Hello,
I've notice today that there is a problem in the dialog main icon loading progress, IF the .ico file size is less than 2KB the mirc does not load the ico and uses the default, i don't know if this is for purpose but it should be loaded into the dialog as it can be opened in mspaint.exe with success and the file does not contains any errors.
Step to reproduce:
Image example:
here Test Code:
dialog -l test {
title ""
icon favicon.ico, 0
size -1 -1 100 50
option dbu
}
alias testing { dialog -md test test }
- Thanks!