1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 08:59:28 +02:00

Bug 2395 - Mac: Spectral Selection toolbar shows blank fields when first shown

This commit is contained in:
Leland Lucius 2020-04-21 09:21:08 -05:00
parent 9ad06aeeb1
commit 2c9c7547cd

View File

@ -452,6 +452,10 @@ bool ToolBar::Expose( bool show )
if( IsDocked() ) if( IsDocked() )
{ {
Show( show ); Show( show );
if( show )
{
Refresh();
}
} }
else else
{ {