9aedeae5c3
wxClipboard::GetData()and wxClipboard::SetData() both log a "wxLogSysError" error-level message (see for example: https://github.com/wxWidgets/wxWidgets/blob/v3.1.4/src/msw/clipbrd.cpp#L703 ). This logged message gets displayed as a messagebox to the user. The logging can be disabled temporarily by creating a wxLogNull object. See https://docs.wxwidgets.org/3.0/classwx_log_null.html Fixes https://gitlab.com/kicad/code/kicad/-/issues/6956 |
||
---|---|---|
.. | ||
cvpcb_actions.cpp | ||
cvpcb_actions.h | ||
cvpcb_association_tool.cpp | ||
cvpcb_association_tool.h | ||
cvpcb_control.cpp | ||
cvpcb_control.h | ||
cvpcb_fpviewer_selection_tool.cpp | ||
cvpcb_fpviewer_selection_tool.h |