OSDN Git Service

kdeplasma-addons: QPainter runtime warning fix
authorIvailo Monev <xakepa10@gmail.com>
Sat, 8 Jul 2023 00:17:18 +0000 (03:17 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 8 Jul 2023 00:17:18 +0000 (03:17 +0300)
commit2e0739b8f6fa34dbf9f49fa7ae55e9346a6fea1f
tree2ae7eb51544d6eb0e9d6f1a5ea59e24c2c007b09
parent4e802a22501567c314bf986d65dc56f6aa3a872e
kdeplasma-addons: QPainter runtime warning fix

if the LCD widget size is null (QSize(0,0)) then nothing will be painted
even if it is dirty, so it shall remain dirty until the LCD widget size
is not null

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
kdeplasma-addons/applets/weatherstation/lcd.cpp