Browse Source
Don't log error messages when using the clipboard
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/69566.0.7
committed by
Jon Evans
13 changed files with 75 additions and 25 deletions
-
23d-viewer/3d_viewer/eda_3d_viewer.cpp
-
2bitmap2component/bitmap2cmp_gui.cpp
-
2common/dialog_about/dialog_about.cpp
-
2common/dialogs/wx_html_report_panel.cpp
-
7common/grid_tricks.cpp
-
2common/scintilla_tricks.cpp
-
4common/tool/tool_manager.cpp
-
42cvpcb/tools/cvpcb_association_tool.cpp
-
1eeschema/dialogs/dialog_choose_symbol.cpp
-
14eeschema/sheet.cpp
-
4eeschema/symbol_editor/symbol_editor.cpp
-
2pcbnew/board_stackup_manager/panel_board_stackup.cpp
-
16pcbnew/kicad_clipboard.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue