|
|
@ -313,6 +313,7 @@ class Setup(Widget): |
|
|
|
|
|
|
|
|
|
|
|
self._custom_software_warning_back_button.render(rl.Rectangle(rect.x + MARGIN, button_y, button_width, BUTTON_HEIGHT)) |
|
|
|
self._custom_software_warning_back_button.render(rl.Rectangle(rect.x + MARGIN, button_y, button_width, BUTTON_HEIGHT)) |
|
|
|
self._custom_software_warning_continue_button.render(rl.Rectangle(rect.x + MARGIN * 2 + button_width, button_y, button_width, BUTTON_HEIGHT)) |
|
|
|
self._custom_software_warning_continue_button.render(rl.Rectangle(rect.x + MARGIN * 2 + button_width, button_y, button_width, BUTTON_HEIGHT)) |
|
|
|
|
|
|
|
|
|
|
|
if offset.y < (rect.height - warn_rect.height): |
|
|
|
if offset.y < (rect.height - warn_rect.height): |
|
|
|
self._custom_software_warning_continue_button.set_enabled(True) |
|
|
|
self._custom_software_warning_continue_button.set_enabled(True) |
|
|
|
self._custom_software_warning_continue_button.set_text("Continue") |
|
|
|
self._custom_software_warning_continue_button.set_text("Continue") |
|
|
|