Preferences: Remove warning concerning selection in edit mode with MSAA
We don't use MSAA anymore for the selection buffers so this warning is no longer relevant.
This commit is contained in:
@@ -609,9 +609,6 @@ class USERPREF_PT_viewport_quality(PreferencePanel):
|
||||
flow.prop(system, "multi_sample", text="Multisampling")
|
||||
flow.prop(system, "gpencil_multi_sample", text="Grease Pencil Multisampling")
|
||||
|
||||
if sys.platform == "linux" and system.multi_sample != 'NONE':
|
||||
layout.label(text="Might fail for Mesh editing selection!")
|
||||
|
||||
|
||||
class USERPREF_PT_viewport_textures(PreferencePanel):
|
||||
bl_label = "Textures"
|
||||
|
||||
Reference in New Issue
Block a user