mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 23:28:28 +02:00
cc_draw: remove 'virtual' from hasChanges()
Makes problems with thread handling
Origin commit data
------------------
Commit: a4ec79e615
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user