Summary: | Dropping analog clock on view creates flickering | ||
---|---|---|---|
Product: | [Unmaintained] lattedock | Reporter: | Michail Vourlakos <mvourlakos> |
Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michail Vourlakos
2021-03-01 18:17:44 UTC
using LayoutManager javascript for this is totally non sense... reparenting all the time with no real reason in order to move an applet at correct position while using c++ for this is totally achievable... probably solution is to create a c++ LayoutManager singleton library which is going to be used from all containtments. this is fixed from all new c++ FastLayoutManager |