summaryrefslogtreecommitdiffstats
path: root/src/diagram.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-02-24 13:46:26 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-02-24 13:46:26 (GMT)
commit8a7647bd12f383730c886b34c431ae976ec5ff83 (patch)
tree974a5cbec00b9206cd23b5232d3aa2ecf26ba781 /src/diagram.cpp
parent3b392af822d81ae51919feb2c2fc4c539238bb3b (diff)
downloadDoxygen-8a7647bd12f383730c886b34c431ae976ec5ff83.zip
Doxygen-8a7647bd12f383730c886b34c431ae976ec5ff83.tar.gz
Doxygen-8a7647bd12f383730c886b34c431ae976ec5ff83.tar.bz2
issue #7583 External Links in Inheritance Diagrams open in the Image Frame.
When having a function it opens in the current frame and uses the complete frame. Images (e.g. inherited diagrams) are displayed in a small "sub frame" and when displaying the link here it is not readable and furthermore the user doesn't know anything about the "sub frame". In case of an image the link should be displayed in the parent frame of the image.
Diffstat (limited to 'src/diagram.cpp')
-rw-r--r--src/diagram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diagram.cpp b/src/diagram.cpp
index 18817e9..25b2c06 100644
--- a/src/diagram.cpp
+++ b/src/diagram.cpp
@@ -261,7 +261,7 @@ static void writeMapArea(FTextStream &t,const ClassDef *cd,QCString relPath,
t << "<area ";
if (!ref.isEmpty())
{
- t << externalLinkTarget();
+ t << externalLinkTarget(true);
}
t << "href=\"";
t << externalRef(relPath,ref,TRUE);