Move highlighting functionality to Atomic
There were still crashes where a Timer was called on an invalidated object. Now, this timer is in Atomic and therefore gets destroyed with the widget. This way we can have multiple stylings running and it is more logical, cleaner, and more general purpose.
Please register or sign in to comment