Skip to content

Commit

Permalink
Remove regex because is not supported in spyder 3.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed May 10, 2017
1 parent 825116e commit f053593
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spyder/plugins/configdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,7 @@ def setup_page(self):
custom_scaling_edit = self.create_lineedit("",
'high_dpi_custom_scale_factors',
tip="Enter values separated by semicolons ';'",
alignment=Qt.Horizontal,
regex="[0-9]+(;[0-9]+)*")
alignment=Qt.Horizontal)

normal_radio.toggled.connect(custom_scaling_edit.setDisabled)
auto_scale_radio.toggled.connect(custom_scaling_edit.setDisabled)
Expand Down

0 comments on commit f053593

Please sign in to comment.