mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-31 19:44:54 +02:00
Handles mark need for highlight in new Enter() method not ctor...
... So this can be called more than once in its lifetime, in response to TAB key rotation.
This commit is contained in:
@@ -916,6 +916,9 @@ void TrackPanel::HandleMotion( const TrackPanelMouseState &tpmState )
|
||||
if (!oldCell && oldHandle != handle)
|
||||
// Did not move cell to cell, but did change the target
|
||||
refreshCode = updateFlags;
|
||||
|
||||
if (handle)
|
||||
handle->Enter();
|
||||
}
|
||||
|
||||
// UIHANDLE PREVIEW
|
||||
|
||||
Reference in New Issue
Block a user