cc_draw: remove 'virtual' from hasChanges()

Makes problems with thread handling
This commit is contained in:
2019-10-27 16:24:47 +01:00
parent 0b83d05e42
commit 00984b9d1e

View File

@@ -97,7 +97,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
bool shadow_force; bool shadow_force;
///returns true if internal property was changed ///returns true if internal property was changed
virtual bool hasChanges(); bool hasChanges();
///apply current position changes and returns true if internal values were changed ///apply current position changes and returns true if internal values were changed
bool applyPosChanges(); bool applyPosChanges();
///apply current dimension changes and returns true if internal values were changed ///apply current dimension changes and returns true if internal values were changed