Attempt to fix compile error.

This commit is contained in:
Jeff Young 2021-12-26 16:55:15 +00:00
parent 08cdbdac7e
commit c097f90688
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ PNS_LOG_VIEWER_FRAME::PNS_LOG_VIEWER_FRAME( wxFrame* frame ) : PNS_LOG_VIEWER_FR
auto settings = static_cast<KIGFX::PCB_RENDER_SETTINGS*>(
m_galPanel->GetView()->GetPainter()->GetSettings() );
settings.m_ZoneDisplayMode = ZONE_DISPLAY_MODE::SHOW_FILLED;
settings->m_ZoneDisplayMode = ZONE_DISPLAY_MODE::SHOW_FILLED;
m_listPopupMenu = new wxMenu( wxT( "" ) );
m_listPopupMenu->Append( ID_LIST_COPY, wxT( "Copy selected geometry" ), wxT( "" ),