From 78c2d33a47bac2e7a9f00b778dd89d2270e745be Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 12 Sep 2019 23:21:23 +0200 Subject: [PATCH] Material: typo --- src/Mod/Material/materialtools/cardutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Material/materialtools/cardutils.py b/src/Mod/Material/materialtools/cardutils.py index 2586e8ac2e..e5048e1127 100644 --- a/src/Mod/Material/materialtools/cardutils.py +++ b/src/Mod/Material/materialtools/cardutils.py @@ -58,7 +58,7 @@ icons = { card_path: icon_path, ... } - the whole card_path is saved into the combo box widget, this makes card unique - sorting happens on adding to the combo box widgets -a data modell which uses a class and attributes as well as methods to access the attributes +a data model which uses a class and attributes as well as methods to access the attributes would makes sense, like some material library class this has been done already by eivind see https://forum.freecadweb.org/viewtopic.php?f=38&t=16714