Skip to content
Snippets Groups Projects
Commit db8ba5f9 authored by Locatelli's avatar Locatelli
Browse files

Correct small bug due to a copy paste

parent cf0e28e2
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ public class PlotyManager {
if (PropertyManager.getInstance().getProperty(pplot.dataPlot, ControllerAndPropertyConstants.useGridPropertyName) != null) {
use_grid_prop_name = ControllerAndPropertyConstants.useGridPropertyName;
}
if (PropertyManager.getInstance().getProperty(pplot.dataPlot, ControllerAndPropertyConstants.useGridPropertyName) != null) {
if (PropertyManager.getInstance().getProperty(pplot.dataPlot, ControllerAndPropertyConstants.useLogPropertyName) != null) {
use_log_prop_name = ControllerAndPropertyConstants.useLogPropertyName;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment