projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Draw new markers when they are created, and save the data loaders from worrying about...
[potlatch2.git]
/
net
/
systemeD
/
potlatch2
/
utils
/
BugLoader.as
diff --git
a/net/systemeD/potlatch2/utils/BugLoader.as
b/net/systemeD/potlatch2/utils/BugLoader.as
index 34ca32a84e7c8c01572f2d2969f49a406373cc41..b9532cbd4c6e89053a3557a3660c4b81ff01bb7e 100644
(file)
--- a/
net/systemeD/potlatch2/utils/BugLoader.as
+++ b/
net/systemeD/potlatch2/utils/BugLoader.as
@@
-31,8
+31,6
@@
package net.systemeD.potlatch2.utils {
public function load():void {
connection.loadBbox(map.edge_l, map.edge_r, map.edge_t, map.edge_b);
- // FIXME Note this fires too early, since loadBbox is asynchronous
- layer.updateEntityUIs(true, false);
}
private function get layer():MapPaint {