mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1981 Theme help and module conversions
This commit is contained in:
parent
4eb3d8fd86
commit
9a0d7892da
120 changed files with 1540 additions and 2846 deletions
|
@ -436,7 +436,7 @@ public class FunctionGraphGroupVertices1Test extends AbstractFunctionGraphTest {
|
|||
// The coloring algorithm:
|
||||
// 1) If the grouped vertices are not colored, then use the default group color
|
||||
// 2) If the grouped vertices are colored, but not all the same color,
|
||||
// then use the default group color=
|
||||
// then use the default group color
|
||||
// 3) If all grouped vertices share the same color, then make the group that color
|
||||
//
|
||||
// This test is for 1)
|
||||
|
@ -472,7 +472,7 @@ public class FunctionGraphGroupVertices1Test extends AbstractFunctionGraphTest {
|
|||
// The coloring algorithm:
|
||||
// 1) If the grouped vertices are not colored, then use the default group color
|
||||
// 2) If the grouped vertices are colored, but not all the same color,
|
||||
// then use the default group color=
|
||||
// then use the default group color
|
||||
// 3) If all grouped vertices share the same color, then make the group that color
|
||||
//
|
||||
// This test is for 2)
|
||||
|
@ -514,7 +514,7 @@ public class FunctionGraphGroupVertices1Test extends AbstractFunctionGraphTest {
|
|||
// The coloring algorithm:
|
||||
// 1) If the grouped vertices are not colored, then use the default group color
|
||||
// 2) If the grouped vertices are colored, but not all the same color,
|
||||
// then use the default group color=
|
||||
// then use the default group color
|
||||
// 3) If all grouped vertices share the same color, then make the group that color
|
||||
//
|
||||
// This test is for 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue