Skip to content

Commit

Permalink
'save as' bugfix
Browse files Browse the repository at this point in the history
fixes issues with MacOS
  • Loading branch information
stannam committed Jan 11, 2022
1 parent 9b52398 commit 335d6e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions corpustools/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2934,9 +2934,9 @@ def __init__(self, name, file_type, settings, hint=None, saveas=False): # 'sav

if saveas:
self.setWindowTitle('Save corpus as...')
layout.removeWidget(explain)
layout.removeWidget(options)
stopShowingLayout.removeWidget(self.stopShowing)
explain.hide()
options.hide()
self.stopShowing.hide()
cancel_msg = 'Cancel'

okButton = QPushButton('OK')
Expand Down

0 comments on commit 335d6e1

Please sign in to comment.