Move EnableUserDim check to defualt value of ShowDimContent

This commit is contained in:
iiSaLMaN
2019-08-08 17:07:06 +03:00
parent 537973fc45
commit 88b9942b2a
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ namespace osu.Game.Graphics.Containers
/// <summary>
/// Whether the content of this container should currently be visible.
/// </summary>
protected virtual bool ShowDimContent => true;
protected virtual bool ShowDimContent => !EnableUserDim.Value;
/// <summary>
/// Should be invoked when any dependent dim level or user setting is changed and bring the visual state up-to-date.