DBG: Fixed issue mentioned in comment to #2310 - force value refresh after watch expression change
This commit is contained in:
		
							parent
							
								
									4d14fffc2f
								
							
						
					
					
						commit
						b8db2b23e7
					
				|  | @ -90,7 +90,7 @@ bool WatchExpr::modifyExpr(const char* expression, WATCHVARTYPE type) | ||||||
|     { |     { | ||||||
|         expr = b; |         expr = b; | ||||||
|         varType = type; |         varType = type; | ||||||
|         currValue = 0; |         this->getIntValue(); | ||||||
|         haveCurrValue = false; |         haveCurrValue = false; | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue