Maybe rebuffer on normalize.

This commit is contained in:
Jonathan Moore Liles 2008-06-09 21:04:52 -05:00
parent 4235e0ee05
commit 077086e538
1 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,8 @@ Audio_Region::handle ( int m )
if ( test_press( FL_BUTTON2 | FL_CTRL ) )
{
normalize();
/* FIXME: wrong place for this? */
sequence()->handle_widget_change( start(), length() );
redraw();
return 1;
}