GP-3538: Fix restoration of Watch data type.

This commit is contained in:
Dan
2023-06-27 13:32:19 -04:00
parent 141d6d1acd
commit 793b7b5ac5
@@ -846,6 +846,9 @@ public class DebuggerWatchesProvider extends ComponentProviderAdapter
removeOldListeners();
this.currentTrace = trace;
addNewListeners();
for (WatchRow row : watchTableModel.getModelData()) {
row.updateType();
}
}
public void coordinatesActivated(DebuggerCoordinates coordinates) {