This commit is contained in:
Sergio Martins
2020-01-27 18:35:01 +00:00
parent 25f3e83fc3
commit 6dd8a0cda1

View File

@@ -194,7 +194,8 @@ std::pair<int,int> MultiSplitterLayout::boundInterval(int newPos1, Anchor* ancho
<< "; newPos2=" << newPos2
<< "; bounds=" << bound1 << bound2
<< "; anchor1=" << anchor1
<< "; anchor2=" << anchor2;
<< "; anchor2=" << anchor2
<< "; size=" << size();
}
return { newPos1, newPos2 };
@@ -211,7 +212,8 @@ std::pair<int,int> MultiSplitterLayout::boundInterval(int newPos1, Anchor* ancho
<< "; newPos2=" << newPos2
<< "; bounds=" << bound1 << bound2
<< "; anchor1=" << anchor1
<< "; anchor2=" << anchor2;
<< "; anchor2=" << anchor2
<< "; size=" << size();
}
return { newPos1, newPos2 };