mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CCDraw: simplified statement for blink init
Origin commit data
------------------
Branch: ni/coolstream
Commit: 44eebba080
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -732,10 +732,10 @@ void CCDraw::enableShadow(int mode, const int& shadow_width, bool force_paint)
|
||||
|
||||
void CCDraw::paintTrigger()
|
||||
{
|
||||
if (!is_painted)
|
||||
paint1();
|
||||
else
|
||||
if (is_painted)
|
||||
hide();
|
||||
else
|
||||
paint();
|
||||
}
|
||||
|
||||
bool CCDraw::paintBlink(CComponentsTimer* Timer)
|
||||
|
Reference in New Issue
Block a user