X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=radiant%2Fplugintoolbar.cpp;fp=radiant%2Fplugintoolbar.cpp;h=d0745f4af9c3c381af27cca7c29273b8c47e4d07;hb=2f3014d79f98abd19b003327ed7852e8246e0a1e;hp=25ff2cd49fc8fbd7ee714e8931bcc99e11cf9aa7;hpb=484defd6cf1148d020be9d3e548870ab85181b37;p=xonotic%2Fnetradiant.git diff --git a/radiant/plugintoolbar.cpp b/radiant/plugintoolbar.cpp index 25ff2cd4..d0745f4a 100644 --- a/radiant/plugintoolbar.cpp +++ b/radiant/plugintoolbar.cpp @@ -34,6 +34,7 @@ #include "plugin.h" ui::Image new_plugin_image( const char* filename ){ + // NetRadiantCustom look for AppPath (DataPath) plugins dir before GameToolsPath plugins dir. { StringOutputStream fullpath( 256 ); fullpath << GameToolsPath_get() << g_pluginsDir << "bitmaps/" << filename; @@ -133,6 +134,7 @@ ui::Toolbar create_plugin_toolbar(){ auto toolbar = ui::Toolbar::from( gtk_toolbar_new() ); gtk_orientable_set_orientation( GTK_ORIENTABLE(toolbar), GTK_ORIENTATION_HORIZONTAL ); gtk_toolbar_set_style( toolbar, GTK_TOOLBAR_ICONS ); +// gtk_toolbar_set_show_arrow( toolbar, TRUE ); toolbar.show(); g_plugin_toolbar = toolbar;