|
From: <cn...@us...> - 2019-10-31 01:59:49
|
Revision: 986
http://sourceforge.net/p/seq/svn/986
Author: cn187
Date: 2019-10-31 01:59:47 +0000 (Thu, 31 Oct 2019)
Log Message:
-----------
Fix color update delay when changing map grid line color
Modified Paths:
--------------
showeq/branches/pre_6_0_beta/src/mapcore.cpp
Modified: showeq/branches/pre_6_0_beta/src/mapcore.cpp
===================================================================
--- showeq/branches/pre_6_0_beta/src/mapcore.cpp 2019-10-31 01:59:45 UTC (rev 985)
+++ showeq/branches/pre_6_0_beta/src/mapcore.cpp 2019-10-31 01:59:47 UTC (rev 986)
@@ -2259,6 +2259,7 @@
(m_lastParam.showGridLines() != param.showGridLines()) ||
(m_lastParam.showGridTicks() != param.showGridTicks()) ||
(m_lastParam.showBackgroundImage() != param.showBackgroundImage()) ||
+ (m_lastParam.gridLineColor() != param.gridLineColor()) ||
(m_lastParam.gridTickColor() != param.gridTickColor()) ||
(m_lastParam.backgroundColor() != param.backgroundColor()) ||
(m_lastParam.font() != param.font()))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|