Fix Zoomed Graphic EQ conrol
This commit is contained in:
@@ -252,7 +252,7 @@ const ZoomedUiControl = withTheme(withStyles(
|
|||||||
>
|
>
|
||||||
{this.props.controlInfo.name}
|
{this.props.controlInfo.name}
|
||||||
</Typography>
|
</Typography>
|
||||||
{uiControl.isDial() ? (
|
{(uiControl.isDial() || uiControl.isGraphicEq()) ? (
|
||||||
|
|
||||||
<ZoomedDial size={200} controlInfo={this.props.controlInfo}
|
<ZoomedDial size={200} controlInfo={this.props.controlInfo}
|
||||||
onDoubleTap={()=>{this.onDoubleTap();}}
|
onDoubleTap={()=>{this.onDoubleTap();}}
|
||||||
|
|||||||
Reference in New Issue
Block a user