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:
@@ -277,6 +277,8 @@ void QtGraphNode::setIsFocused(bool focused)
|
||||
{
|
||||
coFocusOut();
|
||||
}
|
||||
|
||||
updateStyle();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user