Skip to content

Commit

Permalink
qtplasmac: fix tooltip variable name missed in 008.053 (commit bb07323)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowgoer540 committed Nov 6, 2024
1 parent c8b94fb commit 25b81a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/python/qtvcp/lib/qtplasmac/tooltips.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down
2 changes: 1 addition & 1 deletion share/qtvcp/screens/qtplasmac/qtplasmac_handler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '008.053'
VERSION = '008.054'
LCNCVER = '2.10'
DOCSVER = LCNCVER

Expand Down
5 changes: 5 additions & 0 deletions share/qtvcp/screens/qtplasmac/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ <h2>QtPlasmaC Version History - LinuxCNC 2.10</h2>
</table>
<br>
<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
<br><b><u>008.054 2024 Nov 5</u></b>
<ul style="margin:0;">
<li>fix tooltip variable name missed in 008.053 (commit bb07323)</li>
</ul>

<br><b><u>008.053 2024 Oct 11</u></b>
<ul style="margin:0;">
<li>revert change in 008.052 (commit cbfe160)</li>
Expand Down

0 comments on commit 25b81a7

Please sign in to comment.