Ref T171, emulated driver formatting

This commit is contained in:
Klaus Basan
2017-10-09 16:42:44 +02:00
parent e271e6e0fd
commit 1b9a79fe1b

View File

@@ -282,8 +282,8 @@ namespace BlackSimPlugin
{
if (m_monitorWidget && parser.isKnownCommand())
{
if (parser.matchesPart(1, "show")) { this->m_monitorWidget->show(); return true; }
if (parser.matchesPart(1, "hide")) { this->m_monitorWidget->hide(); return true; }
if (parser.matchesPart(1, "show")) { m_monitorWidget->show(); return true; }
if (parser.matchesPart(1, "hide")) { m_monitorWidget->hide(); return true; }
}
return false;
}