This commit is contained in:
@@ -141,7 +141,6 @@ namespace VEPROMS
|
||||
private MostRecentItemList _MyBookMarks;
|
||||
private void SetupBookMarks()
|
||||
{
|
||||
// TODO: load previously set bookmarks
|
||||
lbxBookMarks.SelectedValueChanged += new EventHandler(lbxBookMarks_SelectedValueChanged);
|
||||
RefreshBookMarkData();
|
||||
btnPrevPos.Enabled = false;
|
||||
@@ -990,10 +989,9 @@ namespace VEPROMS
|
||||
if (SelectedStepTabPanel == null) return;
|
||||
displayRO.MyROFST = SelectedROFst;
|
||||
displayRO.MyRTB = SelectedStepTabPanel.MyStepPanel.SelectedStepItem.MyStepRTB;
|
||||
displayRO.CurROLink = args.MyLinkText.RoUsageid; // TODO: this is wrong - use for now.
|
||||
displayRO.CurROLink = args.MyLinkText.MyRoUsageInfo;
|
||||
displayRO.Mydvi = SelectedDVI;
|
||||
displayRO.ProgressBar = bottomProgBar;
|
||||
displayRO.CurROLink = args.MyLinkText.RoUsageid; // this is wrong - use for now.
|
||||
}
|
||||
#endregion
|
||||
#region VButton_New
|
||||
|
Reference in New Issue
Block a user