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
Describe the bug Saved 'Rolling log' property is not restored correctly.
To Reproduce Steps to reproduce the behavior:
Expected behavior 'Rolling log' property selection must be preserved.
Desktop (please complete the following information):
Additional context It seems there is a typo in LoggingPrefView.java.
--- ./weasis-core/weasis-core-ui/src/main/java/org/weasis/core/ui/pref/LoggingPrefView.java.orig 2022-05-09 13:05:08.053013419 +0500 +++ ./weasis-core/weasis-core-ui/src/main/java/org/weasis/core/ui/pref/LoggingPrefView.java 2022-05-09 13:05:08.066013418 +0500 @@ -137,7 +137,7 @@ } comboBoxStackLimit.setSelectedItem(limit >= 0 ? Integer.toString(limit) : "");
The text was updated successfully, but these errors were encountered:
Saved 'Rolling log' property is not restored correctly. #267
2208501
Thanks for reporting this bug and the solution!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Saved 'Rolling log' property is not restored correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
'Rolling log' property selection must be preserved.
Desktop (please complete the following information):
Additional context
It seems there is a typo in LoggingPrefView.java.
--- ./weasis-core/weasis-core-ui/src/main/java/org/weasis/core/ui/pref/LoggingPrefView.java.orig 2022-05-09 13:05:08.053013419 +0500
+++ ./weasis-core/weasis-core-ui/src/main/java/org/weasis/core/ui/pref/LoggingPrefView.java 2022-05-09 13:05:08.066013418 +0500
@@ -137,7 +137,7 @@
}
comboBoxStackLimit.setSelectedItem(limit >= 0 ? Integer.toString(limit) : "");
spinner.setValue(getIntPreferences(AuditLog.LOG_FILE_NUMBER, 5, null));
spinner1.setValue(getIntPreferences(AuditLog.LOG_FILE_SIZE, 10, "MB"));
checkRollingLog();
The text was updated successfully, but these errors were encountered: