Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
173e4636
Commit
173e4636
authored
May 09, 2014
by
campaign
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
eaebe1bf
8b2e3629
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
kity
kity
+1
-1
layout.default.js
src/module/layout.default.js
+1
-1
No files found.
kity
@
d4e00b31
Subproject commit
ef84b3d3597aad569379f1f76715ca5bd2c951d3
Subproject commit
d4e00b314db4116a92583114bcb67ff9a3c4d48d
src/module/layout.default.js
View file @
173e4636
...
...
@@ -217,7 +217,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
}
for
(
var
i
=
0
;
i
<
children
.
length
;
i
++
)
{
var
childLayout
=
children
[
i
].
getLayout
();
if
(
children
[
i
].
getRenderContainer
().
getHeight
()
!==
0
)
if
(
children
[
i
].
getRenderContainer
().
get
Paper
()
&&
children
[
i
].
getRenderContainer
().
get
Height
()
!==
0
)
sum
+=
childLayout
.
branchheight
;
}
return
sum
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment