Code

fixed broken page unit changing in Document Properties
[inkscape.git] / src / sp-use.cpp
index 3a55331a049f25d3c7e2dd8090bef30356ba0e5a..52f8f11e46116ef66a180302436d31033f6f7d47 100644 (file)
@@ -294,7 +294,7 @@ sp_use_description(SPItem *item)
     char *ret;
     if (use->child) {
         static unsigned recursion_depth = 0;
-        if (recursion_depth >= 2) {
+        if (recursion_depth >= 4) {
             /* TRANSLATORS: Used for statusbar description for long <use> chains:
              * "Clone of: Clone of: ... in Layer 1". */
             return g_strdup(_("..."));