2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-03 01:25:12 +00:00

98_DOIF.pm ring-function: icon one pixel higher

git-svn-id: https://svn.fhem.de/fhem/trunk@23763 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Damian 2021-02-17 20:21:09 +00:00
parent 8062554a10
commit af311057ee

View File

@ -4645,9 +4645,9 @@ sub ring
$ix=30; $ix=30;
}; };
if (defined ($iy)) { if (defined ($iy)) {
$iy+=9; $iy+=8;
} else { } else {
$iy=9; $iy=8;
}; };
$iscale=1 if (!defined($iscale)); $iscale=1 if (!defined($iscale));
$ic="" if (!defined($ic)); $ic="" if (!defined($ic));