From 25b81a78ed3dcd7e0c183e5d757bb68c09165942 Mon Sep 17 00:00:00 2001 From: Greg Carl <26096779+snowgoer540@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:27:03 -0500 Subject: [PATCH] qtplasmac: fix tooltip variable name missed in 008.053 (commit bb07323) --- lib/python/qtvcp/lib/qtplasmac/tooltips.py | 2 +- share/qtvcp/screens/qtplasmac/qtplasmac_handler.py | 2 +- share/qtvcp/screens/qtplasmac/versions.html | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/python/qtvcp/lib/qtplasmac/tooltips.py b/lib/python/qtvcp/lib/qtplasmac/tooltips.py index 81ed9b945a7..742cfb325ea 100644 --- a/lib/python/qtvcp/lib/qtplasmac/tooltips.py +++ b/lib/python/qtvcp/lib/qtplasmac/tooltips.py @@ -193,7 +193,7 @@ def set_tool_tips(P, W): W.estop.setToolTip(_translate('ToolTips', 'Shows the Estop status')) W.power.setToolTip(_translate('ToolTips', 'Switches the GUI on or off\n\nA long press displays the GUI shutdown dialog')) W.run.setToolTip(_translate('ToolTips', 'Runs the currently loaded G-Code program')) - W.pause.setToolTip(_translate('ToolTips', 'Pauses or resume the currently running G-Code program')) + W.pause_resume.setToolTip(_translate('ToolTips', 'Pauses or resume the currently running G-Code program')) W.abort.setToolTip(_translate('ToolTips', 'Stops the currently running process')) W.feed_slider.setToolTip(_translate('ToolTips', 'Sets the feed override percentage')) W.rapid_slider.setToolTip(_translate('ToolTips', 'Sets the rapid override percentage')) diff --git a/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py b/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py index b9d412f1184..6cc266837a0 100644 --- a/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py +++ b/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py @@ -1,4 +1,4 @@ -VERSION = '008.053' +VERSION = '008.054' LCNCVER = '2.10' DOCSVER = LCNCVER diff --git a/share/qtvcp/screens/qtplasmac/versions.html b/share/qtvcp/screens/qtplasmac/versions.html index f36b2d99545..9345edaea94 100644 --- a/share/qtvcp/screens/qtplasmac/versions.html +++ b/share/qtvcp/screens/qtplasmac/versions.html @@ -26,6 +26,11 @@

QtPlasmaC Version History - LinuxCNC 2.10


+
008.054 2024 Nov 5 + +
008.053 2024 Oct 11