diff --git a/src/core/calcnode.cpp b/src/core/calcnode.cpp index 33520240c..3e68fb47b 100644 --- a/src/core/calcnode.cpp +++ b/src/core/calcnode.cpp @@ -5932,7 +5932,7 @@ void _TheTree::TreePSRecurse (node* iterator, _String&res, _Parame res << "0 0 0 setrgbcolor\n"; } - if (iterator->is_root() == nil && layout == 1) { + if (!iterator->is_root() && layout == 1) { res << (_String (-iterator->in_object.h) & ' ' & _String (-iterator->in_object.v) & " translate\n"); } }