Skip to content

Commit

Permalink
corrected small bug in export for the Basic Flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
sqville committed Mar 19, 2024
1 parent f5d228b commit b603080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions published/ville.Diagram/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions source/class/wax/demo/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,10 @@ qx.Class.define("wax.demo.Application",
// add move listner to each element
winsh.addListener("move", function(e) {
var arrwins = [];
var wmodel = this.getUserData("model");
var wbounds = this.getBounds();
wmodel.left = wbounds.left;
wmodel.top = wbounds.top;
allwins.forEach(function(winobj) {
if (winobj.getUserData("elementtype")=="connectline")
{
Expand Down

0 comments on commit b603080

Please sign in to comment.