Skip to content

Commit

Permalink
Buttons were not disabled when no file was preloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsKr committed Nov 2, 2023
1 parent 0e01d2d commit ff40439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patchmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def create_widgets(self):

if self.preloadFileName != None:
self.tryFile(self.preloadFileName)
self.updateButtons()

def getPatchOffset(self, data, index):
# TODO: determine if section offset in header is what it is expected to be
Expand Down

0 comments on commit ff40439

Please sign in to comment.