kicad/3d-viewer/3d_viewer
Roberto Fernandez Bautista 9aedeae5c3 Don't log error messages when using the clipboard
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
2021-02-03 01:55:05 +00:00
..
dialogs Remove empty option from 3D Viewer dropdown 2021-01-17 23:11:29 +00:00
tools Fix broken Doxygen comment specifiers. 2021-01-25 07:42:36 -05:00
3d_menubar.cpp Icons: out with the old, in with the new 2021-01-19 22:57:24 +00:00
3d_toolbar.cpp Icons: fix some 3D viewer icons 2021-01-02 23:16:33 +00:00
3d_viewer_settings.cpp 3D Viewer: remove all instances of "c" prefix from file names. 2021-01-03 17:44:49 -05:00
3d_viewer_settings.h 3D-Viewer: add selection color as an option 2020-09-28 02:26:25 +00:00
eda_3d_viewer.cpp Don't log error messages when using the clipboard 2021-02-03 01:55:05 +00:00
eda_3d_viewer.h 3D Viewer: remove all instances of "c" prefix from file names. 2021-01-03 17:44:49 -05:00