Tobias Hunger
11b0b75e71
live-preview: Fix drops being off by several (hundred!) pixels at times
...
We did not take the scroll view being scrolled into account, so the drop
location was off by a bit, especially for elements shown far down the list.
2024-07-17 17:16:50 +02:00
Tobias Hunger
a85a1cdca1
live-preview: Disable switching between Components
...
Disable switching components by clicking on the component name in the
library.
2024-07-16 14:20:27 +02:00
Simon Hausmann
16996dfa16
Fix flicker in the component list in design mode
...
Since the category items have different heights, the extrapolation of the listview to compute the correct scrollbar height will always be off, unless listview instantiated all items.
So let's do that by hand and use a ScrollView.
2024-07-12 09:13:55 +02:00
Florian Blasius
f32bec395b
Editor: Design Review fixes for library, properties and preview ( #5604 )
2024-07-11 16:36:57 +02:00