summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2012-06-14 18:59:13 +0000
committertavmjong-free <tavmjong@free.fr>2012-06-14 18:59:13 +0000
commitc7deb5b346be2b5e5c1491653bb24a443cdd7409 (patch)
tree96bf5126aad9e2b8874c72e9d0e74e9466c89018 /src/sp-mesh-array.cpp
parentDrop check for ancient GTK version. Fixes statusbar width issue (diff)
downloadinkscape-c7deb5b346be2b5e5c1491653bb24a443cdd7409.tar.gz
inkscape-c7deb5b346be2b5e5c1491653bb24a443cdd7409.zip
Fixed typo.
(bzr r11498)
Diffstat (limited to '')
-rw-r--r--src/sp-mesh-array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-mesh-array.cpp b/src/sp-mesh-array.cpp
index a3d06b30e..2b7611bde 100644
--- a/src/sp-mesh-array.cpp
+++ b/src/sp-mesh-array.cpp
@@ -2339,7 +2339,7 @@ void SPMeshNodeArray::split_row( guint row, double coord ) {
} else {
// We are splitting a middle
- bool set = nodes[i+1][j]->set;// || nodes[i+1][j]->set; //TODO: bug here? was same on left and right hand side of ||
+ bool set = nodes[i+1][j]->set || nodes[i+2][j]->set;
nodes[i+4][j]->set = set;
nodes[i+5][j]->set = set;
nodes[i+4][j]->node_type = MG_NODE_TYPE_TENSOR;