Only show message about edits effecting all copies if the document is not already open.
This commit is contained in:
parent
8946b6ca4d
commit
73bf820df0
@ -244,7 +244,6 @@ namespace Volian.Controls.Library
|
|||||||
MessageBox.Show("No Content in this document");
|
MessageBox.Show("No Content in this document");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
MessageBox.Show("WARNING: All edits made to this Library Document will be applied to all uses of the Document");
|
|
||||||
_DisplayTabControl.OpenItem(di.LibraryDocumentUsageList[listBoxUsages.SelectedIndex]);
|
_DisplayTabControl.OpenItem(di.LibraryDocumentUsageList[listBoxUsages.SelectedIndex]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user