From 00984b9d1ef989d0e4fb812df1b8b6c4d2bddb19 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 27 Oct 2019 16:24:47 +0100 Subject: [PATCH] cc_draw: remove 'virtual' from hasChanges() Makes problems with thread handling --- src/gui/components/cc_draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_draw.h b/src/gui/components/cc_draw.h index adde073a3..9b8151743 100644 --- a/src/gui/components/cc_draw.h +++ b/src/gui/components/cc_draw.h @@ -97,7 +97,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes bool shadow_force; ///returns true if internal property was changed - virtual bool hasChanges(); + bool hasChanges(); ///apply current position changes and returns true if internal values were changed bool applyPosChanges(); ///apply current dimension changes and returns true if internal values were changed