mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-04 21:30:22 +08:00
Merge remote-tracking branch 'origin/GP-6522_ghidragon_fixed_listing_selectin_bug'
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@ public class VerticalLayoutTextField implements TextField {
|
|||||||
for (Highlight highlight : highlights) {
|
for (Highlight highlight : highlights) {
|
||||||
highlight.setOffset(-columns);
|
highlight.setOffset(-columns);
|
||||||
}
|
}
|
||||||
subField.paintSelection(g, colorManager, i, rowHeight);
|
subField.paintSelection(g, colorManager, i, subFieldHeight);
|
||||||
subField.paintHighlights(g, highlights);
|
subField.paintHighlights(g, highlights);
|
||||||
subField.paintText(c, g, context);
|
subField.paintText(c, g, context);
|
||||||
if (cursorRow == i) {
|
if (cursorRow == i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user