mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-4108 - Menu icons not appearing when disabled
This commit is contained in:
@@ -1401,8 +1401,8 @@ public class ClipboardPluginTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
Point point = wrapper.getStartMouseDragLocation();
|
||||
int startX = point.x;
|
||||
int startY = point.y;
|
||||
|
||||
Point endPoint = wrapper.getEndMouseDragLocation();
|
||||
|
||||
int endX = endPoint.x;
|
||||
int endY = endPoint.y;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user