Skip to content

Commit

Permalink
On charge les landmarks du groupe "Landmarks"
Browse files Browse the repository at this point in the history
  • Loading branch information
jfim committed Apr 11, 2011
1 parent 393d9ea commit 9f9e81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ private void loadLandmarks() {
}

List<SVGElement> elementsToExplore = new ArrayList<SVGElement>();
elementsToExplore.add(diagram.getRoot());
elementsToExplore.add(findTopLevelGroup("Landmarks"));

while (!elementsToExplore.isEmpty()) {
// Get and remove the last element
Expand Down

0 comments on commit 9f9e81c

Please sign in to comment.