diff --git a/gerbview/gerbview_frame.cpp b/gerbview/gerbview_frame.cpp index b1e9b322b3..6953243e02 100644 --- a/gerbview/gerbview_frame.cpp +++ b/gerbview/gerbview_frame.cpp @@ -226,6 +226,8 @@ GERBVIEW_FRAME::GERBVIEW_FRAME( KIWAY* aKiway, wxWindow* aParent ): m_canvas->Refresh(); } + m_canvasType = GetGalCanvas()->GetBackend(); + // Enable the axes to match legacy draw style auto& galOptions = GetGalDisplayOptions(); galOptions.m_axesEnabled = true;