[Linux] Fix Black borders on checkbox and switch button (#13362)

init
This commit is contained in:
yw4z
2026-05-04 10:54:17 +03:00
committed by GitHub
parent 1d4c7c56a2
commit 988b500f33
4 changed files with 81 additions and 17 deletions

View File

@@ -461,6 +461,10 @@ void dataview_remove_insets(wxDataViewCtrl* dv);
void staticbox_remove_margin(wxStaticBox* sb);
#endif
#ifdef __WXGTK3__
void RemoveButtonBorder(wxWindow* win);
#endif
#if defined(__WXOSX__) || defined(__linux__)
bool is_debugger_present();
#endif