From c685ff8c4e6489a02122092c72445930ff7d7ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Sat, 28 Oct 2023 21:56:37 +1100 Subject: [PATCH] layer browser update_contents to look at the real layer instead of the proxy --- grill/views/description.py | 1 - 1 file changed, 1 deletion(-) diff --git a/grill/views/description.py b/grill/views/description.py index 06433226..2ce69e92 100644 --- a/grill/views/description.py +++ b/grill/views/description.py @@ -816,7 +816,6 @@ def _ensure_highligther(cls): outline_valies_check.setEnabled(cls == _SdfOutlineHighlighter) def update_contents(*_, **__): - layer = layer_ref() format_choice = format_combo.currentText() output_args = [] if format_choice == "pseudoLayer":