From 77cbc3b63d69c07b9953204af4536b3c2a950e25 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 14 Nov 2021 22:12:27 +0100 Subject: [PATCH] cc_extra: remove isPicPainted(), not required Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/94208aa15240b6856d08d02ab8b6690105d9f63e Author: Thilo Graf Date: 2021-11-14 (Sun, 14 Nov 2021) --- src/gui/components/cc_extra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,