diff --git a/gerbview/dialogs/dialog_print_using_printer.cpp b/gerbview/dialogs/dialog_print_using_printer.cpp index f408992b00..9141f3f7f4 100644 --- a/gerbview/dialogs/dialog_print_using_printer.cpp +++ b/gerbview/dialogs/dialog_print_using_printer.cpp @@ -170,7 +170,8 @@ void DIALOG_PRINT_USING_PRINTER::InitValues( ) wxID_ANY, msg ); boxSizer->Add( m_BoxSelectLayer[ii], wxGROW | wxLEFT | wxRIGHT | wxTOP ); - if( images->GetGbrImage( ii ) == NULL ) // Nothing loaded on this draw layer + if( g_GERBER_List.GetGbrImage( ii ) == NULL ) + // Nothing loaded on this draw layer m_BoxSelectLayer[ii]->Enable( false ); }