Fixes issues following merge with 'dev'
- External Editor: App icon not correctly managed in RTImage - Favorite preferences: Fixes widget sizes - Other fix: With some versions of Glib/Glibmm library on MacOS, Glib::KeyFile "load_from_file" function does not raise a Glib::Error but another exception. This causes crash opening preferences panel due to missing dynamic profiles configuration
This commit is contained in:
@@ -74,7 +74,7 @@ RTImage::RTImage (const Glib::RefPtr<const Gio::Icon>& gIcon, const Gtk::IconSiz
|
||||
Gtk::Image(),
|
||||
size(iconSize),
|
||||
icon_name(""),
|
||||
g_icon(Glib::RefPtr<const Gio::Icon>())
|
||||
g_icon(gIcon)
|
||||
{
|
||||
// Configure RTImage based on g_icon
|
||||
set(this->g_icon, this->size);
|
||||
|
Reference in New Issue
Block a user