TAStudio - expose Horizontal Orientation in non-developer builds
This commit is contained in:
parent
c050a377d8
commit
d687babb41
|
@ -252,18 +252,15 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
SetColumnsFromCurrentStickies();
|
||||
|
||||
if (VersionInfo.DeveloperBuild)
|
||||
{
|
||||
RightClickMenu.Items.AddRange(TasView.GenerateContextMenuItems().ToArray());
|
||||
RightClickMenu.Items.AddRange(TasView.GenerateContextMenuItems().ToArray());
|
||||
|
||||
RightClickMenu.Items
|
||||
.OfType<ToolStripMenuItem>()
|
||||
.First(t => t.Name == "RotateMenuItem")
|
||||
.Click += (o, ov) =>
|
||||
{
|
||||
CurrentTasMovie.FlagChanges();
|
||||
};
|
||||
}
|
||||
RightClickMenu.Items
|
||||
.OfType<ToolStripMenuItem>()
|
||||
.First(t => t.Name == "RotateMenuItem")
|
||||
.Click += (o, ov) =>
|
||||
{
|
||||
CurrentTasMovie.FlagChanges();
|
||||
};
|
||||
|
||||
TasView.InputPaintingMode = Settings.DrawInput;
|
||||
TasView.ScrollSpeed = Settings.ScrollSpeed;
|
||||
|
|
Loading…
Reference in New Issue