mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 18:17:35 +08:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-10-20-22'
This commit is contained in:
+2
-1
@@ -1717,7 +1717,8 @@ public class ClipboardPluginTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
|
||||
@Override
|
||||
public Point getStartMouseDragLocation() {
|
||||
return new Point(10, 5);
|
||||
// offset the x enough to move past the line number panel
|
||||
return new Point(20, 5);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user