We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should say ⌘+mousewheel
On mac open one of the side tools and hover over the sliders
2.8.0-beta1
macos
prusa mk3s
The text was updated successfully, but these errors were encountered:
I see this in the code but I don't know enough c++ to exactly change this and debug:
src/slic3r/GUI/HintNotification.cpp 354: boost::replace_all(fulltext, "Ctrl+", "⌘");
but here the code is "Ctrl +" :
src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp 171: if (m_imgui->slider_float("##clp_dist", &clp_dist, 0.f, 1.f, "%.2f", 1.0f, true, _L("Ctrl + Mouse wheel")))
Sorry, something went wrong.
That was the wrong place i created the pr with the improved code. it is ready for reviewing
Fix for #12898 - Wrong tooltip on macos
d1d9a82
+ Fixed tooltips for layers double slider
Successfully merging a pull request may close this issue.
Description of the bug
This should say ⌘+mousewheel
Project file & How to reproduce
On mac open one of the side tools and hover over the sliders
Checklist of files included above
Version of PrusaSlicer
2.8.0-beta1
Operating system
macos
Printer model
prusa mk3s
The text was updated successfully, but these errors were encountered: