Forgot to init passmarks list on start.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-03-30 14:12:23 +03:00
parent dc9ded6600
commit 482cc9c76e

View file

@ -276,6 +276,7 @@ void DialogPiecePath::ListChanged()
visPath->RefreshGeometry(); visPath->RefreshGeometry();
} }
InitPassmarksList();
InitNodesList(); InitNodesList();
} }