kicad/cvpcb/tools
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
..
cvpcb_actions.cpp Icons: Remove unused sources 2020-12-24 01:02:02 +00:00
cvpcb_actions.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
cvpcb_association_tool.cpp Don't log error messages when using the clipboard 2021-02-03 01:55:05 +00:00
cvpcb_association_tool.h Comment-only changes 2020-01-10 16:43:01 -08:00
cvpcb_control.cpp Remove redundant Text Filter toggle icon and fix <Enter>. 2020-07-09 16:22:59 +01:00
cvpcb_control.h Comment-only changes 2020-01-10 16:43:01 -08:00
cvpcb_fpviewer_selection_tool.cpp Implement more context specific cursors using both stock and custom cursors. 2020-10-08 00:50:28 +00:00
cvpcb_fpviewer_selection_tool.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00