mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] ImageGallery: fix 'readOnly' behavior
* properly propagate readOnly state + disable high-level modifications on ImageGallery when graph is being computed * tweak ImageGallery initial width
This commit is contained in:
parent
2f2390e465
commit
c606c1d3e2
4 changed files with 28 additions and 16 deletions
|
@ -382,10 +382,11 @@ ApplicationWindow {
|
|||
|
||||
WorkspaceView {
|
||||
id: workspaceView
|
||||
reconstruction: _reconstruction
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.minimumHeight: 50
|
||||
reconstruction: _reconstruction
|
||||
readOnly: _reconstruction.computing
|
||||
onRequestGraphAutoLayout: graphEditor.doAutoLayout()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue