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:
parent
9ad06aeeb1
commit
2c9c7547cd
@ -452,6 +452,10 @@ bool ToolBar::Expose( bool show )
|
|||||||
if( IsDocked() )
|
if( IsDocked() )
|
||||||
{
|
{
|
||||||
Show( show );
|
Show( show );
|
||||||
|
if( show )
|
||||||
|
{
|
||||||
|
Refresh();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user