mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix Favorite column flicker on plugin-select
This commit is contained in:
parent
4d0fa60d47
commit
767ae0656d
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ PluginSelector::PluginSelector (PluginManager& mgr)
|
|||
|
||||
tvc = manage (new Gtk::TreeViewColumn (S_("Favorite|Fav"), *cell));
|
||||
tvc->add_attribute (cell->property_state (), plugin_columns.favorite);
|
||||
tvc->set_sizing (Gtk::TREE_VIEW_COLUMN_AUTOSIZE);
|
||||
tvc->set_sizing (Gtk::TREE_VIEW_COLUMN_GROW_ONLY);
|
||||
tvc->set_alignment (Gtk::ALIGN_CENTER);
|
||||
tvc->set_expand (false);
|
||||
tvc->set_resizable (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue