mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 08:21:34 +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) {
|
||||
highlight.setOffset(-columns);
|
||||
}
|
||||
subField.paintSelection(g, colorManager, i, rowHeight);
|
||||
subField.paintSelection(g, colorManager, i, subFieldHeight);
|
||||
subField.paintHighlights(g, highlights);
|
||||
subField.paintText(c, g, context);
|
||||
if (cursorRow == i) {
|
||||
|
||||
Reference in New Issue
Block a user