Merge branch 'main' into libvgcode

This commit is contained in:
Noisyfox
2025-11-22 19:35:32 +08:00
committed by GitHub
25 changed files with 8998 additions and 25 deletions

View File

@@ -3235,8 +3235,8 @@ void Sidebar::on_full_screen(IntEvent &e) {
void Sidebar::get_big_btn_sync_pos_size(wxPoint &pt, wxSize &size)
{
size =btn_sync->GetSize();
pt = btn_sync->GetScreenPosition();
size = p->m_printer_bbl_sync->GetSize();
pt = p->m_printer_bbl_sync->GetScreenPosition();
}
void Sidebar::get_small_btn_sync_pos_size(wxPoint &pt, wxSize &size) {