Must show a dialog for it to be useful.

This commit is contained in:
Jeff Young
2025-06-25 15:51:53 -06:00
parent 9add4a39c8
commit e48d746bbb
+2
View File
@@ -1580,6 +1580,7 @@ int SCH_DRAWING_TOOLS::SingleClickPlace( const TOOL_EVENT& aEvent )
strokeItems.push_back( previewItem );
DIALOG_WIRE_BUS_PROPERTIES dlg( m_frame, strokeItems );
dlg.ShowModal();
break;
}
@@ -1589,6 +1590,7 @@ int SCH_DRAWING_TOOLS::SingleClickPlace( const TOOL_EVENT& aEvent )
junctions.push_back( static_cast<SCH_JUNCTION*>( previewItem ) );
DIALOG_JUNCTION_PROPS dlg( m_frame, junctions );
dlg.ShowModal();
break;
}