Skip to content

Commit

Permalink
Re-read Effects/Files after an Effect is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mungewell committed Sep 17, 2019
1 parent 1831345 commit 3efbfbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zoomzt2-gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def butInstall(self, event): # wxGlade: _479389042__675845753_MyFrame.<event_ha

self.text_ctrl_1.AppendText("\n\nEffect installed!")
self.button_3.Disable()
self.ReadEffects()
self.ReadFiles()

event.Skip()

Expand Down

0 comments on commit 3efbfbc

Please sign in to comment.