This commit is contained in:
2021-11-16 11:27:47 +01:00
parent 52cf9daeec
commit efa6544623
3 changed files with 3 additions and 3 deletions

View File

@ -240,10 +240,9 @@ public class WaveformViewer implements IFileChangeListener, IPreferenceChangeLis
@Inject Composite parent;
private boolean showHover;
@Preference(nodePath = PreferenceConstants.PREFERENCES_SCOPE, value = PreferenceConstants.SHOW_TX_DETAILS) Boolean blah;
private SashForm topSash = null;
private SashForm middleSash = null;
/**