Actions
Bug #3687
open/did -g on 16x16 .ico images it doesn't fit it correctly
Start date:
08/25/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I don't know if this is an bug or not, but in mirc that one working as expected and in adiirc it doesn't only in 16x16 resolution images, check the code to reproduce it, it displays the image as 16x16 (correctly) but in mIRC the 16x16 images displayed as 32x32, it would be nice to see adiirc acting as mirc in 16x16 images.
Example Images:
16x16: https://ufile.io/4x6s7
32x32: https://ufile.io/hb39u
Example Code:
dialog test_63 {
title "test dialog 63"
size -1 -1 50 70
option dbu
icon 3, 20 40 17 16, $scriptdir16x16.ico, 1, noborder center
icon 4, 17 5 17 16, $scriptdir32x32.ico, 1, noborder center
}
Files
Actions
#1
Updated by westor (GR) about 7 years ago
Actions