Set attacker vector to 90 degrees as well to be able to transversal match with fewer clicks

This commit is contained in:
DarkPhoenix
2019-07-03 10:23:12 +03:00
parent 6ab79ab5c0
commit 120bd9aa0c

View File

@@ -321,5 +321,5 @@ class GraphControlPanel(wx.Panel):
self._storedRanges.clear()
def _setVectorDefaults(self):
self.srcVector.SetValue(length=0, angle=0)
self.srcVector.SetValue(length=0, angle=90)
self.tgtVector.SetValue(length=1, angle=90)