kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #43204
How do I refresh PCB or Schematic window
Hello & thanks for the help.
I open a dialog in PCBNew to run my geographical reannotation code and
all seems to work, however,
I can't figure out how to get the PCBNew or eeSchema displays to refresh
to show the result. I can
zoom in/zoom out manually and the new values appear but I would the
refresh to automatically.
I have tried
m_frame->GetToolManager()->RunAction(ACTIONS::zoomRedraw, true);
m_frame->HardRedraw();
m_frame->RefreshCanvas();
m_frame->GetCanvas()->ForceRefresh();
m_frame->GetCanvas()->Refresh();
And none seem to work.
Any advice would be appreciated.
Brian
Follow ups