Clicking statusbar pause button = toggle pause state

This commit is contained in:
andres.delikat 2011-07-09 21:13:18 +00:00
parent 3e87c297fc
commit 43c9cd8047
2 changed files with 1676 additions and 1670 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2422,5 +2422,10 @@ namespace BizHawk.MultiClient
c.GetMovie(UserMovie);
c.ShowDialog();
}
private void PauseStrip_Click(object sender, EventArgs e)
{
TogglePause();
}
}
}