Fixed issue with grid length. Fixed back-to-back CQs

This commit is contained in:
Jordan Sherer
2018-08-11 10:31:28 -04:00
parent c042a72d0d
commit 8c8ddb533c
4 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -873,7 +873,7 @@ int Configuration::activity_aging() const
void Configuration::set_location (QString const& grid_descriptor)
{
// change the dynamic grid
qDebug () << "Configuration::set_location - location:" << grid_descriptor;
// qDebug () << "Configuration::set_location - location:" << grid_descriptor;
m_->dynamic_grid_ = grid_descriptor.trimmed ();
}