Skip to content

Commit

Permalink
Fix for PySide 6.5.0 initialization order.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Creighton committed Jun 7, 2023
1 parent 2641f6e commit 33f7177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/usdImaging/usdviewq/viewSettingsDataModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def view(self):
def colorSpace(self):
return self._colorSpace

class ViewSettingsDataModel(QtCore.QObject, StateSource):
class ViewSettingsDataModel(StateSource, QtCore.QObject):
"""Data model containing settings related to the rendered view of a USD
file.
"""
Expand Down

0 comments on commit 33f7177

Please sign in to comment.