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