mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Ensure comment content is checked after the controller reset
This commit is contained in:
parent
963e50caf5
commit
6ed4497444
1 changed files with 2 additions and 2 deletions
|
|
@ -1139,10 +1139,10 @@ class Window(QtWidgets.QDialog):
|
|||
self.intent_box.setCurrentIndex(self.intent_model.default_index)
|
||||
|
||||
self.comment_box.placeholder.setVisible(False)
|
||||
if not self.comment_box.text():
|
||||
self.comment_box.placeholder.setVisible(True)
|
||||
# Launch controller reset
|
||||
self.controller.reset()
|
||||
if not self.comment_box.text():
|
||||
self.comment_box.placeholder.setVisible(True)
|
||||
|
||||
def validate(self):
|
||||
self.info(self.tr("Preparing validate.."))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue