rollback the playbackbox changes in last revision, we have deemed it working
This commit is contained in:
parent
c3f51f8b39
commit
feef0e7e4c
|
@ -53,15 +53,12 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return false;
|
return Tastudio.Settings.FollowCursor;
|
||||||
// FIXME
|
|
||||||
//return Tastudio.Settings.FollowCursor;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
// FIXME
|
FollowCursorCheckbox.Checked = Tastudio.Settings.FollowCursor = value;
|
||||||
//FollowCursorCheckbox.Checked = Tastudio.Settings.FollowCursor = value;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,9 +80,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
if (Tastudio != null) // For the designer
|
if (Tastudio != null) // For the designer
|
||||||
{
|
{
|
||||||
// FIXME
|
AutoRestoreCheckbox.Checked = Tastudio.Settings.AutoRestoreLastPosition;
|
||||||
//AutoRestoreCheckbox.Checked = Tastudio.Settings.AutoRestoreLastPosition;
|
FollowCursorCheckbox.Checked = Tastudio.Settings.FollowCursor;
|
||||||
//FollowCursorCheckbox.Checked = Tastudio.Settings.FollowCursor;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_programmaticallyChangingValue = false;
|
_programmaticallyChangingValue = false;
|
||||||
|
|
Loading…
Reference in New Issue