Actions
Bug #5759
closed/drawpic -c should take into account icon index
Start date:
07/14/2023
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I found some issues with /drawpic
i will provide further the examples.
1) Specifying an index with /drawpic -o
doesn't work with the file $adiircexe
, any index:
//window -pd @test | drawpic -co @test 20 20 1 $qt($adiircexe)
doesn't work
note: //window -pd @test | drawpic -c @test 20 20 $qt($adiircexe)
display the adiirc icon.
2) Specifying an index with file mirc.exe
works, but always gives the same icon regardless of the specified index:
//window -pd @test | drawpic -co @test 20 20 4 $qt($sfile(.))
//window -pd @test | drawpic -co @test 20 20 24 $qt($sfile(.))
//window -pd @test | drawpic -co @test 20 20 4 $qt($sfile(.))
- Thanks!
Actions