1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

bug 11 followup: make DeviceToolBar shown when user selects reset toolbars menu item

This commit is contained in:
mchinen 2011-01-22 21:27:27 +00:00
parent ab3df2f512
commit c6228a7042

View File

@ -506,7 +506,7 @@ void ToolManager::Reset()
#endif
dock->Dock( bar );
Expose( ndx, ndx == DeviceBarID ? false : true );
Expose( ndx, true );
if( parent )
{