mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Refresh only the state of variable when handling a change event.
This commit is contained in:
parent
e52ae1fe5a
commit
6250bf1be7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-06 Mikhail Khodjaiants
|
||||
Refresh only the state of variable when handling a change event.
|
||||
* CVariable.java
|
||||
|
||||
2003-06-06 Mikhail Khodjaiants
|
||||
Correct presentation of the full names of variables that contain pointers.
|
||||
* CVariable.java
|
||||
|
|
|
@ -316,7 +316,7 @@ public abstract class CVariable extends CDebugElement
|
|||
try
|
||||
{
|
||||
setChanged( true );
|
||||
getParent().fireChangeEvent( DebugEvent.CONTENT );
|
||||
fireChangeEvent( DebugEvent.STATE );
|
||||
}
|
||||
catch( DebugException e )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue