Quick fix for MemoryEditor CellEditor using the wrong Font
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / NumberCellEditingSupport.java
index b28c5b9..a358225 100644 (file)
@@ -12,7 +12,7 @@ import net.mograsim.plugin.asm.AsmNumberUtil;
 public abstract class NumberCellEditingSupport extends EditingSupport
 {
        private final TableViewer viewer;
-       private final CellEditor editor;
+       protected final CellEditor editor;
        private final DisplaySettings displaySettings;
 
        public NumberCellEditingSupport(TableViewer viewer, DisplaySettings displaySettings)