- tech draw draft v2
This commit is contained in:
@@ -290,12 +290,12 @@ class TechnicalDrawingWidget(QWidget):
|
||||
for vid in ("front", "top", "right", "isometric"):
|
||||
self._view_checkboxes[vid].setChecked(True)
|
||||
# Match the DrawingView model defaults (hidden lines + centerlines
|
||||
# on) so Generate produces the same drawing as the tab-switch
|
||||
# off) so Generate produces the same drawing as the tab-switch
|
||||
# auto-load in MainWindow._load_drawing_tab_source.
|
||||
for cb in self._hidden_line_checks.values():
|
||||
cb.setChecked(True)
|
||||
cb.setChecked(False)
|
||||
for cb in self._centerline_checks.values():
|
||||
cb.setChecked(True)
|
||||
cb.setChecked(False)
|
||||
|
||||
left_layout.addWidget(views_group)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user