diff --git a/node_wrangler.py b/node_wrangler.py
index 8b34e13db0aefa6fb8504b31873dbbc662a33020..7d321f4863a8d80c5921b28aa57591b2c22d1142 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -1562,8 +1562,8 @@ class NWResetBG(Operator, NWBase):
 
     def execute(self, context):
         context.space_data.backdrop_zoom = 1
-        context.space_data.backdrop_x = 0
-        context.space_data.backdrop_y = 0
+        context.space_data.backdrop_offset[0] = 0
+        context.space_data.backdrop_offset[1] = 0
         return {'FINISHED'}