Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-31 09:24:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-31 09:24:12 +0300
commit65344a6d1980082383993eaebf94b5647834c55c (patch)
treee97e12f9f04516e9499267966dbd09f98160f516 /release/scripts/startup/bl_ui/space_userpref.py
parent52c23021c4367511969c5868ea04e61fb49e94d3 (diff)
parent18888b7b0c3556d3a2177fe7693fda02bf2a8cb5 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index ed0389942ad..53aaff7c4bf 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -530,6 +530,8 @@ class USERPREF_PT_system(Panel):
col.label(text="Text Draw Options:")
col.prop(system, "use_text_antialiasing")
+ if system.use_text_antialiasing:
+ col.prop(system, "use_text_hinting")
# 3. Column
column = split.column()