diff --git a/src/gui/components/cc_extra.cpp b/src/gui/components/cc_extra.cpp index f85118ac7..4d6d39254 100644 --- a/src/gui/components/cc_extra.cpp +++ b/src/gui/components/cc_extra.cpp @@ -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,