From 39dfa161f22a05544eb25be2bcc7f9f4c570bd44 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 27 Oct 2019 22:56:49 +0100 Subject: [PATCH] cc_draw: remove 'virtual' from hasChanges() Makes problems with thread handling Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/a4ec79e615f4eec97fc9344a474fd1230ecc01dd Author: Thilo Graf Date: 2019-10-27 (Sun, 27 Oct 2019) --- 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