Skip to content
This repository was archived by the owner on Dec 12, 2017. It is now read-only.

Commit 9b36e8d

Browse files
committed
prefs problem fixed!
1 parent c4a9f37 commit 9b36e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def draw_callback_themed(self, context):
289289
settings = common_utilities.get_settings()
290290
region,r3d = context.region,context.space_data.region_3d
291291

292-
theme_number = 2 # int(settings.theme)
292+
theme_number = int(settings.theme)
293293

294294
color_inactive = (0,0,0)
295295
color_selection = [( 5,196,255),(255,206, 82),(255,183, 0)][theme_number]

0 commit comments

Comments
 (0)