Compare commits
No commits in common. "25d500c44eb5ece30039534af46eed40346a8340" and "0fa0213eacfc368e6cbdce18e78a09d384577324" have entirely different histories.
25d500c44e
...
0fa0213eac
@ -1833,10 +1833,7 @@ namespace Volian.Controls.Library
|
|||||||
if (_ItemInfo != null)
|
if (_ItemInfo != null)
|
||||||
{
|
{
|
||||||
_OpenDocFromSearch = true;
|
_OpenDocFromSearch = true;
|
||||||
// B2023-089: selecting a deleted item from search results shows deleted step in the editor when the StepTabItem for
|
DisplayTabItem dti = _TabControl.OpenItem(_ItemInfo); // open the corresponding procedure text
|
||||||
// the deleted item was displayed but is not the active StepTabItem. Use its procedure if it was deleted
|
|
||||||
ItemInfo openItem = _ItemInfo.IsDeleted ? ItemInfo.Get(_ItemInfo.MyProcedure == null ? _ItemInfo.ItemID : _ItemInfo.MyProcedure.ItemID) : _ItemInfo;
|
|
||||||
DisplayTabItem dti = _TabControl.OpenItem(openItem); // open the corresponding procedure text
|
|
||||||
if (dti != null)
|
if (dti != null)
|
||||||
{
|
{
|
||||||
if (dti.MyDSOTabPanel != null)
|
if (dti.MyDSOTabPanel != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user