Skip to content

print: Check button is not descendant of toggle button

Marek Kašík requested to merge mkasik/gtk:check-button-s-ancestry into main

GtkCheckButton is not derived from GtkToggleButton anymore. This caused some issues (mainly warnings) in GtkPrinterOptionWidget which did not port handling of the button.

This has been reported to me by Gaurav Guleria.

Merge request reports