Skip to content
Snippets Groups Projects
Commit cb5371b6 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Minor typo fix (wasn't causing any bad behaviour)

parent 995a786f
No related branches found
No related tags found
No related merge requests found
......@@ -204,4 +204,4 @@ class LocationPanel(wx.Panel, props.HasProperties):
# changed due to a change in their limits. So we'll
# restore the old location from the real world
# coordinates.
oldLoc = self.imageList.location.xyz = oldLoc
self.imageList.location.xyz = oldLoc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment