diff --git a/logPlus/logplus.vcxproj b/logPlus/logplus.vcxproj
index 3703413..abbd341 100644
--- a/logPlus/logplus.vcxproj
+++ b/logPlus/logplus.vcxproj
@@ -11,7 +11,6 @@
-
@@ -45,7 +44,6 @@
-
@@ -158,7 +156,6 @@
-
@@ -197,7 +194,6 @@
-
@@ -246,7 +242,6 @@
-
{BE733E79-9D41-44C5-A0A3-048959EE70A0}
diff --git a/logPlus/logplus.vcxproj.filters b/logPlus/logplus.vcxproj.filters
index f900ac0..529fc64 100644
--- a/logPlus/logplus.vcxproj.filters
+++ b/logPlus/logplus.vcxproj.filters
@@ -83,9 +83,6 @@
common
-
- Header Files
-
libtiff\libtiff
@@ -319,9 +316,6 @@
Header Files
-
- Header Files
-
@@ -540,12 +534,6 @@
Source Files
-
- Source Files
-
-
- Source Files
-
libtiff\libtiff
@@ -739,8 +727,5 @@
Form Files
-
- Form Files
-
\ No newline at end of file
diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp
index 7bf97a6..c492274 100644
--- a/logPlus/qmycustomplot.cpp
+++ b/logPlus/qmycustomplot.cpp
@@ -10313,8 +10313,8 @@ void QMyCustomPlot::setDepthY(float fy1, float fy2)
this->m_iY2 = fy2;
this->yAxis->setRange(m_iY1, m_iY2);
-// if (m_bRowGridVisible)
-// drawRowGrid(false);
+ if (m_bRowGridVisible)
+ drawRowGrid(false);
}
void QMyCustomPlot::updateDepthY(float fy1, float fy2)