Fix remaining deprecated GTK4 API calls for --with-werror compatibility

Co-authored-by: speed47 <218502+speed47@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-16 16:05:30 +00:00
parent d7ff84d137
commit e14bd3e8ac
15 changed files with 186 additions and 230 deletions

View File

@@ -80,7 +80,7 @@ static gboolean show_button_idle_func(gpointer data)
{ Method *method = (Method*)data;
RS01Widgets *wl = (RS01Widgets*)method->widgetList;
gtk_widget_show(wl->curveButton);
gtk_widget_set_visible(wl->curveButton, TRUE);
return FALSE;
}