Skip to content

Commit

Permalink
fix: test string widget during init, showing missing fields in red fr…
Browse files Browse the repository at this point in the history
…om the beginning
  • Loading branch information
KernAttila committed Mar 28, 2023
1 parent e5e2f48 commit 0d64869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuesubmit/cuesubmit/ui/Widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def __init__(self, labelText=None, defaultText='', tooltip=None, validators=None
self.setupUi()
self.setupConnections()
self.setAutoFillBackground(True)
self.validateText()

def setupUi(self):
"""Creates the widget layout."""
Expand Down

0 comments on commit 0d64869

Please sign in to comment.