Skip to content
Snippets Groups Projects

Features 2603

Merged tatiana.novikova requested to merge features-2603 into develop
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -56,7 +56,6 @@ DapComboBoxForm
{
if(index != currentIndex)
{
console.log(fm.tightBoundingRect("le").width);
if(tm.elidedText.length < tm.text.length)
return tm.elidedText.substring(0, tm.elidedText.length-1) +
((fm.tightBoundingRect(tm.elidedText.substring(0, tm.elidedText.length-1)).width + fm.tightBoundingRect(tm.text.charAt(tm.elidedText.length-1) + '..').width) < tm.elideWidth ?
Loading