mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
cc_extra: remove isPicPainted(), not required
Origin commit data
------------------
Commit: 94208aa152
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
This commit is contained in:
@@ -120,7 +120,7 @@ bool paintImage( const std::string& Image,
|
||||
box.setCorner(radius, corner_type);
|
||||
box.paint(CC_SAVE_SCREEN_NO);
|
||||
|
||||
return box.isPicPainted();
|
||||
return box.isPainted();
|
||||
}
|
||||
|
||||
bool paintIcon ( const std::string& filename,
|
||||
|
Reference in New Issue
Block a user