From e059588947d55de88c4472abd65b187da621cdfa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Apr 2019 12:22:49 +1000 Subject: Fix T63955: label text not used as a keyword arg --- oscurart_tools/object/selection.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'oscurart_tools') diff --git a/oscurart_tools/object/selection.py b/oscurart_tools/object/selection.py index 39f6b603..44eb2a03 100644 --- a/oscurart_tools/object/selection.py +++ b/oscurart_tools/object/selection.py @@ -59,7 +59,5 @@ class OSSELECTION_HT_OscSelection(bpy.types.Header): """ layout = self.layout row = layout.row() - row.label("Sels: "+str(len(bpy.selection_osc))) + row.label(text="Sels: "+str(len(bpy.selection_osc))) """ - - -- cgit v1.2.3