Meshroom/meshroom/ui
Candice Bentéjac 6fdbf66607 [GraphEditor] AttributeEditor: fix dynamic setting of attributes' height
By setting the height on the "onLoaded" event, no height update was
possible unless the component was unloaded (which happens when "active"
gets set to false) first and then reloaded (which happens when "active"
gets set to true). If an attribute was to be hidden (by unchecking the
"advanced attributes" checkbox, for example), its content was effectively
hidden, but as its height was not being updated, a blank block remained
in its place.

Similarly, for attributes that are filled with a lot of content after
being initialized (ChoiceParams, for example), the height was set once
at the attribute's initialization but never updated afterwards.
2023-07-04 12:04:15 +02:00
..
components [ui] thumbnails: fallback if thumbnailDir could not be created 2023-06-15 01:43:32 -07:00
img
qml [GraphEditor] AttributeEditor: fix dynamic setting of attributes' height 2023-07-04 12:04:15 +02:00
__init__.py
__main__.py
app.py [core] option to change verbose level from env variable 2023-03-27 13:57:54 +02:00
commands.py [ui] Clear Images: Request graph update after resetting the attributes 2023-03-13 10:08:28 +01:00
graph.py Merge pull request #1812 from alicevision/dev/fileWatcherStatus 2023-03-05 14:08:05 +01:00
palette.py
reconstruction.py Merge pull request #1924 from alicevision/mug/refactoQtAV 2023-05-26 14:57:36 +02:00
utils.py