|
1 | | -VERSION = '008.066' |
| 1 | +VERSION = '008.067' |
2 | 2 | LCNCVER = '2.10' |
3 | 3 |
|
4 | 4 | ''' |
@@ -748,7 +748,7 @@ def new_process_error(self, w, kind, text): |
748 | 748 | if 'on limit switch error' in text: |
749 | 749 | N.update(O.notify_hard_limits, title='Machine Error:', message=text, msgs=O.notify_max_msgs) |
750 | 750 | elif kind == linuxcnc.OPERATOR_ERROR and not self.realTimeDelay: |
751 | | - N.update(O.notify_critical, title='Operator Error:', message=text, msgs=O.notify_max_msgs) |
| 751 | + N.update(O.notify_critical, icon='dialog-error', title='Operator Error:', message=text, msgs=O.notify_max_msgs) |
752 | 752 | elif kind == linuxcnc.OPERATOR_TEXT: |
753 | 753 | N.update(O.notify_critical, title='Operator Text:', message=text, msgs=O.notify_max_msgs) |
754 | 754 | elif kind == linuxcnc.OPERATOR_DISPLAY: |
@@ -2710,7 +2710,7 @@ def set_buttons_state(self, buttonLists, state): |
2710 | 2710 | self.w[self.ccButton].setEnabled(False) |
2711 | 2711 |
|
2712 | 2712 | def system_notify_button_pressed(self, object, button, state): |
2713 | | - if button in ['clearAll', 'close', 'lastFive'] and state: |
| 2713 | + if button in ['background', 'clearAll', 'close', 'lastFive'] and state: |
2714 | 2714 | self.error_status(False) |
2715 | 2715 |
|
2716 | 2716 | def error_status(self, state): |
|
0 commit comments