getCurrentAddress fix in SlotLabel.java
This commit is contained in:
		
							parent
							
								
									dfbb784a7d
								
							
						
					
					
						commit
						465700e196
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -32,7 +32,7 @@ public class SlotLabel extends ColoredLabel implements Observer { | |||
|         if (o instanceof XLModel) { | ||||
|             XLModel xlModel = (XLModel) o; | ||||
|             if (xlModel.containsKey(address)) { | ||||
|                 String tempCurrentAdress = xlModel.getAddressContent(address); | ||||
|                 String tempCurrentAdress = xlModel.getCurrentAddress(); | ||||
|                 xlModel.setCurrentAddress(address); | ||||
|                 String content = xlModel.getAddressValue(address); | ||||
|                 setText(content); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Imbus
						Imbus