ui: Fixes related to focus navigation (#948)

Scroll graph area with Ctrl + Arrows
Moved graph zoom to Ctrl + Shift + Up/Down
Scroll code area with Ctrl + Arrows
Fixed graph showing focus when activating the active symbol
Made links in project description focus-able
Fixed parent graph node not showing focus after hovering edge to child node
This commit is contained in:
Eberhard Gräther
2020-03-29 16:01:22 +02:00
committed by GitHub
parent 57fd9f277a
commit 76562bb8ee
11 changed files with 168 additions and 29 deletions
@@ -277,6 +277,8 @@ void QtGraphNode::setIsFocused(bool focused)
{
coFocusOut();
}
updateStyle();
}
}