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

@@ -1090,6 +1090,6 @@ void GuiCreateRawEditor(void)
g_signal_connect(G_OBJECT(rec->drawingArea), "button_press_event", G_CALLBACK(button_cb), NULL);
}
gtk_widget_show(GTK_WIDGET(rec->window));
gtk_widget_set_visible(GTK_WIDGET(rec->window, TRUE));
}
#endif /* WITH_GUI_YES */