- Smyrna bounding box computation has been corrected. There was a regression in
4.0.0 that resulted in a degenerate bounding box being computed for any input
graph. See #2279 for details.
+- Smyrna warnings about the `on_attrRB0_clicked` handler being not found have
+ been fixed and the button to which it is wired should be functional again.
+ This was a regression in 2.50.0. See #2279 for details.
## [6.0.1] – 2022-09-11
doApply();
}
+_BB void on_attrRB0_clicked(GtkWidget * widget, gpointer user_data)
+{
+ filter_attributes((char *)
+ gtk_entry_get_text((GtkEntry *)
+ glade_xml_get_widget(xml,
+ "txtAttr")),
+ view->Topview);
+
+}
+
/* This is the action attached to the publish button on the attributes
* window. What should happen?
*/