Skip to content

Commit

Permalink
Merge pull request #6049 from johnhaddon/imageInspectorFix
Browse files Browse the repository at this point in the history
ImageInspector : Fix broken UI caused by double-clicking in Image tab
  • Loading branch information
ericmehl authored Sep 18, 2024
2 parents 428b5d2 + 62deeb4 commit f383398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Fixes
-----

- Constraint : The `target` browser now shows locations from the `targetScene` if it has an input connection. Before it always showed locations from the main input.
- ImageInspector : Fixed broken UI caused by double-clicking in the Image tab.

API
---
Expand Down
2 changes: 1 addition & 1 deletion python/GafferImageUI/ImageInspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__( self, scriptNode, **kw ) :
GafferUI.PathListingWidget.defaultNameColumn,
GafferUI.StandardPathColumn( "Value", "image:value", sizeMode = GafferUI.PathColumn.SizeMode.Stretch )
],
displayMode = GafferUI.PathListingWidget.DisplayMode.List,
displayMode = GafferUI.PathListingWidget.DisplayMode.Tree,
selectionMode = GafferUI.PathListingWidget.SelectionMode.Cell,
horizontalScrollMode = GafferUI.ScrollMode.Automatic,
sortable = False,
Expand Down

0 comments on commit f383398

Please sign in to comment.