CvPcb and Eeschema part 1 housekeeping.
This commit is contained in:
@@ -296,7 +296,8 @@ int DIALOG_ANNOTATE::GetStartNumber()
|
||||
|
||||
void SCH_EDIT_FRAME::OnAnnotate()
|
||||
{
|
||||
DIALOG_ANNOTATE* dlg = static_cast<DIALOG_ANNOTATE*>( wxWindow::FindWindowByName( DLG_WINDOW_NAME ) );
|
||||
DIALOG_ANNOTATE* dlg =
|
||||
static_cast<DIALOG_ANNOTATE*>( wxWindow::FindWindowByName( DLG_WINDOW_NAME ) );
|
||||
|
||||
if( !dlg )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user