]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Restore “Show All” menu option in texture browser, fix #181 illwieckz/showall
authorThomas Debesse <dev@illwieckz.net>
Tue, 15 Aug 2023 17:04:37 +0000 (19:04 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 15 Aug 2023 17:04:37 +0000 (19:04 +0200)
This option was probably mistakenly removed
in https://gitlab.com/xonotic/netradiant/-/merge_requests/193

radiant/texwindow.cpp

index 70ce3d29a767650a33a853e0cf8b3507519d85cf..22559b6adc6a2ac8ec5fec3fd7516465bd202fda 100644 (file)
@@ -1898,6 +1898,8 @@ ui::MenuItem TextureBrowser_constructViewMenu( ui::Menu menu ){
        }
 
        create_check_menu_item_with_mnemonic( menu, "Hide _Unused", "ShowInUse" );
+       create_menu_item_with_mnemonic( menu, "Show All", "ShowAllTextures" );
+
        if ( string_empty( g_pGameDescription->getKeyValue( "show_wads" ) ) ) {
                create_check_menu_item_with_mnemonic( menu, "Hide Image Missing", "FilterMissing" );
        }