diff --git a/app/views/editor/patches_view.coffee b/app/views/editor/patches_view.coffee
index 17aef667b..a75e1e36d 100644
--- a/app/views/editor/patches_view.coffee
+++ b/app/views/editor/patches_view.coffee
@@ -46,6 +46,7 @@ module.exports = class PatchesView extends CocoView
     @reloadPatches()
 
   reloadPatches: ->
+    @supermodel.resetProgress()
     @load()
     @render()