mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'pyblish_pype_preserve_comment_on_reset' of https://github.com/BigRoy/OpenPype into pyblish_pype_preserve_comment_on_reset
This commit is contained in:
commit
963e50caf5
1 changed files with 2 additions and 2 deletions
|
|
@ -1138,8 +1138,8 @@ class Window(QtWidgets.QDialog):
|
|||
if self.intent_model.has_items:
|
||||
self.intent_box.setCurrentIndex(self.intent_model.default_index)
|
||||
|
||||
if self.comment_box.text():
|
||||
self.comment_box.placeholder.setVisible(False)
|
||||
self.comment_box.placeholder.setVisible(False)
|
||||
if not self.comment_box.text():
|
||||
self.comment_box.placeholder.setVisible(True)
|
||||
# Launch controller reset
|
||||
self.controller.reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue