Skip to content

Commit de5bfef

Browse files
committed
fix rotating by hotkey when multiple rolls exist
1 parent 5ed687f commit de5bfef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,11 @@ private void HandleRotationChanged(object sender, EventArgs e)
13031303
}
13041304
}
13051305

1306+
foreach (InputRoll roll2 in _inputRolls)
1307+
{
1308+
roll2.HorizontalOrientation = roll.HorizontalOrientation;
1309+
}
1310+
13061311
roll.AllColumns.ColumnsChanged();
13071312
}
13081313

0 commit comments

Comments
 (0)