Skip to content

css: Don't assume parent class == GtkBinClass

Alice Mikhaylenko requested to merge alicem/libhandy:bin into master

his is true for direct GtkBin subclasses, but not for their subclasses.

Now, while HdyClamp is final and it's safe to assume this, HdyPreferencesGroup is derivable and all its subclasses crash.

Edited by Alice Mikhaylenko

Merge request reports