Replace Gtk::make_managed() with Gtk::manage()
Maintain compatibility with gtkmm 3.16.
This commit is contained in:
@@ -1249,7 +1249,7 @@ Gtk::Widget* Preferences::getGeneralPanel()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
externalEditors = Gtk::make_managed<ExternalEditorPreferences>();
|
||||
externalEditors = Gtk::manage(new ExternalEditorPreferences());
|
||||
externalEditors->set_size_request(-1, 200);
|
||||
#ifdef EXT_EDITORS_RADIOS
|
||||
externaleditorGrid->attach_next_to(*externalEditors, *edOther, Gtk::POS_BOTTOM, 2, 1);
|
||||
|
||||
Reference in New Issue
Block a user