[ 2353786 ] Problem with single mode view
This commit is contained in:
parent
53a54128c8
commit
7683993c58
|
@ -243,7 +243,6 @@ ContextMenuListener, IZoomableEditor
|
||||||
{
|
{
|
||||||
if (lookup != null)
|
if (lookup != null)
|
||||||
{
|
{
|
||||||
lookup.removeAllElements();
|
|
||||||
NamePair pair = lookup.getDirect(oldValue, false, false);
|
NamePair pair = lookup.getDirect(oldValue, false, false);
|
||||||
if (pair instanceof KeyNamePair) {
|
if (pair instanceof KeyNamePair) {
|
||||||
int key = ((KeyNamePair)pair).getKey();
|
int key = ((KeyNamePair)pair).getKey();
|
||||||
|
|
Loading…
Reference in New Issue