]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
radiant: display plugin toolbar as toolbar when filter toolbar is also enabled, not...
authorThomas Debesse <dev@illwieckz.net>
Tue, 21 Jun 2022 05:14:14 +0000 (07:14 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 21 Jun 2022 05:14:14 +0000 (07:14 +0200)
radiant/mainframe.cpp

index 44888d86bd879b32aad63cf65d9203e1f610e6a9..65d0f1a1af5f7c83e53137a68a3e13c690e896cc 100644 (file)
@@ -3114,6 +3114,9 @@ void MainFrame::Create(){
                        auto plugin_toolbar = create_plugin_toolbar();
                        if ( g_Layout_enableFilterToolbar.m_value ){
                                PFbox.pack_start( plugin_toolbar, FALSE, FALSE, 0 );
+                               // Force the toolbar to display all childrens
+                               // without collapsing them to a menu.
+                               gtk_toolbar_set_show_arrow( plugin_toolbar, FALSE );
                        }
                        else{
                                PFbox.pack_start( plugin_toolbar, TRUE, TRUE, 0 );