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
Hi,
I am using source code from Dec 27, 2024.
This is how I reproduce the bug:
It seemes calling setSelectedItemWithoutTriggerAction instead of setSelectedItem can fix this, but I am not sure if I am doing it right.
public void setThicknessExtension(int extend) { if (extend > 0 && mprView != null && mprView.mprController.getMipTypeOption().getSelectedItem() == Type.NONE) { mprView.mprController.getMipTypeOption().setSelectedItemWithoutTriggerAction(Type.MAX); } this.thicknessExtension = extend; }
a1eff30
Windows
No response
The text was updated successfully, but these errors were encountered:
Please don't report bugs on features under development that don't refer to the status of the current branch.
Sorry, something went wrong.
No branches or pull requests
Describe the bug. What happened?
Hi,
I am using source code from Dec 27, 2024.
This is how I reproduce the bug:
It seemes calling setSelectedItemWithoutTriggerAction instead of setSelectedItem can fix this, but I am not sure if I am doing it right.
public void setThicknessExtension(int extend) {
if (extend > 0
&& mprView != null
&& mprView.mprController.getMipTypeOption().getSelectedItem() == Type.NONE) {
mprView.mprController.getMipTypeOption().setSelectedItemWithoutTriggerAction(Type.MAX);
}
this.thicknessExtension = extend;
}
What version of Weasis are you running?
a1eff30
On which system the problem occurs?
Windows
Relevant log output
Additional contextual elements
No response
The text was updated successfully, but these errors were encountered: