mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
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. |
||
---|---|---|
.. | ||
AttributeEditor.qml | ||
AttributeItemDelegate.qml | ||
AttributePin.qml | ||
ChunksListView.qml | ||
common.js | ||
CompatibilityBadge.qml | ||
CompatibilityManager.qml | ||
Edge.qml | ||
GraphEditor.qml | ||
GraphEditorSettings.qml | ||
Node.qml | ||
NodeChunks.qml | ||
NodeDocumentation.qml | ||
NodeEditor.qml | ||
NodeLog.qml | ||
NodeStatistics.qml | ||
NodeStatus.qml | ||
qmldir | ||
StatViewer.qml | ||
TaskManager.qml |