mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
CComponentsButton: remove enableShadow() from button class
is not required
Origin commit data
------------------
Commit: 03d010fa29
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-07 (Fri, 07 Oct 2016)
This commit is contained in:
@@ -290,10 +290,3 @@ void CComponentsButton::paint(bool do_save_bg)
|
||||
//paint form contents
|
||||
paintForm(do_save_bg);
|
||||
}
|
||||
|
||||
void CComponentsButton::enableShadow(int mode, const int& shadow_width, bool force_paint)
|
||||
{
|
||||
shadow_w = shadow_width;
|
||||
shadow_force = force_paint;
|
||||
shadow = mode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user