diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py index e9a2dbb977b..57feeb04eee 100644 --- a/release/scripts/startup/bl_ui/space_image.py +++ b/release/scripts/startup/bl_ui/space_image.py @@ -986,7 +986,9 @@ class IMAGE_PT_view_display(Panel): if ima: col.prop(ima, "display_aspect", text="Aspect Ratio") - col.prop(sima, "show_repeat", text="Repeat Image") + row = col.row() + row.active = ima.source != 'TILED' + row.prop(sima, "show_repeat", text="Repeat Image") col.prop(sima, "show_pure_emissive_colors") if show_uvedit: