This commit is contained in:
Tim Bentley 2019-08-04 15:06:00 +01:00
parent 24ab4f2cb1
commit 0e96c55c8e

View File

@ -136,7 +136,7 @@ class Screen(object):
try:
self.geometry = QtCore.QRect(screen_dict['geometry']['x'], screen_dict['geometry']['y'],
screen_dict['geometry']['width'], screen_dict['geometry']['height'])
except:
except KeyError:
# Preserve the current values as this has come from the settings update which does not have
# the geometry information
pass