- some changes in the UI; added in the status bar an icon to control the Shell Dock

This commit is contained in:
Marius Stanciu
2020-05-29 05:34:53 +03:00
committed by Marius
parent 52dbb1aa6d
commit 57a3c48f2f
6 changed files with 25 additions and 8 deletions

View File

@@ -2052,6 +2052,8 @@ class ToolIsolation(AppTool, Gerber):
to_follow = tool_data['tools_iso_follow']
# TODO what to do when the iso2geo param is not None but the Follow cb is checked
# for the case when limited area is used .... the follow geo should be clipped too
work_geo = geometry
if work_geo is None:
work_geo = iso_obj.follow_geometry if to_follow else iso_obj.solid_geometry