Skip to content

Commit

Permalink
[443954] Ensure connection refreshes on hint changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyssen committed May 18, 2016
1 parent 7c7241f commit 0d3db91
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,7 @@ public void setEndPointHint(Point endPositionHint) {
} else {
hintsByKeys.put(endAnchorKey, endPositionHint);
}
refresh();
}

/**
Expand Down Expand Up @@ -1732,6 +1733,7 @@ public void setStartPointHint(Point startPositionHint) {
} else {
hintsByKeys.put(startAnchorKey, startPositionHint);
}
refresh();
}

/**
Expand Down

0 comments on commit 0d3db91

Please sign in to comment.