Merge branch 'main' into dev/bbl-network-upd

This commit is contained in:
Noisyfox
2025-06-14 09:52:33 +08:00
committed by GitHub
436 changed files with 10786 additions and 3304 deletions

View File

@@ -15,6 +15,12 @@ void dataview_remove_insets(wxDataViewCtrl* dv) {
}
}
void staticbox_remove_margin(wxStaticBox* sb) {
NSBox* nativeBox = (NSBox*)sb->GetHandle();
[nativeBox setBoxType:NSBoxCustom];
[nativeBox setBorderWidth:0];
}
bool is_debugger_present()
// Returns true if the current process is being debugged (either
// running under the debugger or has a debugger attached post facto).