Skip to content
New issue

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

[gui] code clean #14177

Merged
merged 1 commit into from
May 23, 2024
Merged

[gui] code clean #14177

merged 1 commit into from
May 23, 2024

Conversation

mosfet80
Copy link
Contributor

[gui] code clean
fix compile waring: unused iMSG

@github-actions github-actions bot added the Core Issue or PR touches core sections (App, Gui, Base) of FreeCAD label May 20, 2024
@@ -2842,12 +2818,6 @@ struct UpdateDisabler {
focus = widget.hasFocus();
visible = widget.isVisible();
if (visible) {
// setUpdatesEnabled(false) does not seem to speed up anything.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO this is an important comment that should be kept. The rest of the PR is OK.

@wwmayer wwmayer merged commit d126352 into FreeCAD:main May 23, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Issue or PR touches core sections (App, Gui, Base) of FreeCAD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants