mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 06:51:00 +08:00
Revert "GP-6299: Bail from getPreviousLayout if there are no layouts."
This reverts commit 02c51234f4.
This commit is contained in:
-3
@@ -196,9 +196,6 @@ public class AnchoredLayoutHandler {
|
|||||||
if (layout != null) {
|
if (layout != null) {
|
||||||
return new AnchoredLayout(layout, index, yPos - layout.getHeight());
|
return new AnchoredLayout(layout, index, yPos - layout.getHeight());
|
||||||
}
|
}
|
||||||
if (layouts.isEmpty()) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user