mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0 fixing fieldpanel test after blinking cusror change
This commit is contained in:
parent
3ec2dfb201
commit
9ec93ee41f
4 changed files with 32 additions and 10 deletions
|
@ -42,7 +42,7 @@ import docking.widgets.indexedscrollpane.IndexScrollListener;
|
|||
import docking.widgets.indexedscrollpane.IndexedScrollable;
|
||||
import generic.theme.GColor;
|
||||
import generic.theme.GThemeDefaults.Colors.Messages;
|
||||
import generic.theme.ThemeManager;
|
||||
import generic.theme.Gui;
|
||||
import ghidra.util.*;
|
||||
|
||||
public class FieldPanel extends JPanel
|
||||
|
@ -401,9 +401,7 @@ public class FieldPanel extends JPanel
|
|||
}
|
||||
|
||||
private void initializeCursorBlinking() {
|
||||
ThemeManager themeManager = ThemeManager.getInstance();
|
||||
boolean blinkingCursors = themeManager != null ? themeManager.isBlinkingCursors() : true;
|
||||
setBlinkCursor(blinkingCursors);
|
||||
setBlinkCursor(Gui.isBlinkingCursors());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue