Skip to content

Commit

Permalink
Merge branch 'master' into copy_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerlor committed Jun 28, 2019
2 parents af0a5c9 + 4cabd6e commit 3afc82f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MainWindows.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,6 @@ def show_nearest(self):
def enable_button(self):
self.nearest.setEnabled(True)

def closeEvent(self, *args, **kwargs):
super(QtWidgets.QDialog, self).closeEvent(*args, **kwargs)


def change_to_dark(application):
p = QtGui.QPalette()
Expand Down

0 comments on commit 3afc82f

Please sign in to comment.