Menu

#134 on the fly custom class assign stops recording

open
nobody
None
5
2008-05-23
2008-05-23
No

Steps:
1. start recording.
2. use F9.

result: recording is stopped.

analysis: it appeared in revision 3094.
The problem is in transport bar in following function
private void Presentation_Changed(object sender, urakawa.events.DataModelChangedEventArgs e)
{
if (mState != State.Stopped) Stop();
}

Discussion


Log in to post a comment.