PiPedal 1.2.33 initial commit
This commit is contained in:
@@ -211,7 +211,7 @@ const ZoomedUiControl = withStyles(styles, { withTheme: true })(
|
||||
displayValue = "\u00A0";
|
||||
}
|
||||
return (
|
||||
<DialogEx tag="zoomedControlDlg" open={this.props.dialogOpen}
|
||||
<DialogEx tag="zoomedControl" open={this.props.dialogOpen}
|
||||
onClose={() => { this.props.onDialogClose() }}
|
||||
onAbort={() => { this.props.onDialogClose() }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user