KB shortcuts in context menu
This commit is contained in:
parent
1dd4ef7327
commit
3a8450cb70
2 changed files with 75 additions and 0 deletions
|
|
@ -515,6 +515,11 @@ TEST_CASE("GraphEditorWidget registers custom keyboard actions") {
|
|||
REQUIRE(actionTexts.contains("Paste Selection"));
|
||||
REQUIRE(actionTexts.contains("Duplicate Selection"));
|
||||
REQUIRE(actionTexts.contains("Auto-Arrange"));
|
||||
REQUIRE(actionTexts.contains("Select All"));
|
||||
REQUIRE(actionTexts.contains("Deselect All"));
|
||||
REQUIRE(actionTexts.contains("Zoom Fit All"));
|
||||
REQUIRE(actionTexts.contains("Zoom Fit Selected"));
|
||||
REQUIRE(actionTexts.contains("Refresh Graph"));
|
||||
}
|
||||
|
||||
TEST_CASE("GraphEditorWidget reflects injected nodes") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue