mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Bug 2395 - Mac: Spectral Selection toolbar shows blank fields when first shown
This commit is contained in:
parent
9ad06aeeb1
commit
2c9c7547cd
@ -452,6 +452,10 @@ bool ToolBar::Expose( bool show )
|
||||
if( IsDocked() )
|
||||
{
|
||||
Show( show );
|
||||
if( show )
|
||||
{
|
||||
Refresh();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user