- disabled the selection of a Graphic Engine until matplotlib will have support for PyQt6 framework
This commit is contained in:
@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
30.08.2021
|
30.08.2021
|
||||||
|
|
||||||
- fixed the reconnection of the mouse events when canceling setting the origin
|
- fixed the reconnection of the mouse events when canceling setting the origin
|
||||||
|
- disabled the selection of a Graphic Engine until matplotlib will have support for PyQt6 framework
|
||||||
|
|
||||||
29.08.2021
|
29.08.2021
|
||||||
|
|
||||||
|
|||||||
@@ -82,6 +82,9 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
|
|||||||
{'label': _('OpenGL(3D)'), 'value': '3D'}],
|
{'label': _('OpenGL(3D)'), 'value': '3D'}],
|
||||||
orientation='vertical')
|
orientation='vertical')
|
||||||
|
|
||||||
|
# TODO disabled until matplotlib will support PyQt6
|
||||||
|
self.ge_radio.setDisabled(True)
|
||||||
|
|
||||||
grid0.addWidget(self.ge_label, 6, 0)
|
grid0.addWidget(self.ge_label, 6, 0)
|
||||||
grid0.addWidget(self.ge_radio, 6, 1)
|
grid0.addWidget(self.ge_radio, 6, 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user