Compare commits
No commits in common. "e1271c16d95e1747c047dec8440deea9f008f8dd" and "ac6ee6ff8329e2201e25aceb9a259b4e9b67255e" have entirely different histories.
e1271c16d9
...
ac6ee6ff83
@ -2385,16 +2385,6 @@ namespace VEPROMS
|
|||||||
OpenItem(_Procedure);
|
OpenItem(_Procedure);
|
||||||
// SelectedStepTabPanel needs to be set so the print buttons on the ribbon will work.
|
// SelectedStepTabPanel needs to be set so the print buttons on the ribbon will work.
|
||||||
SelectedStepTabPanel = tc.MyEditItem.MyStepPanel.MyStepTabPanel;
|
SelectedStepTabPanel = tc.MyEditItem.MyStepPanel.MyStepTabPanel;
|
||||||
|
|
||||||
//CSM B2024-090 - if last displaytab item,
|
|
||||||
//select the steptab panel for it
|
|
||||||
//and set the EditItem for Find/Replace
|
|
||||||
//otherwise will cause PROMS to crash if Find clicked before a Tab is given Focus
|
|
||||||
if ((DisPlayTabState.Rows.IndexOf(TabState) == DisPlayTabState.Rows.Count - 1))
|
|
||||||
{
|
|
||||||
SelectedStepTabPanel.Select();
|
|
||||||
dlgFindReplace.MyEditItem = tc.MyEditItem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user