improved the close canvas mechanism (from the global to the object level)

This commit is contained in:
2017-12-01 08:55:10 +01:00
parent 115e812d25
commit e8a12653a6
3 changed files with 18 additions and 3 deletions

View File

@@ -325,8 +325,6 @@ int main(int argc, char *argv[])
ok = false;
break;
}
// connect signal/slot
TQObject::Connect("TCanvas", "Closed()", "PMusrCanvas", musrCanvas, "LastCanvasClosed()");
musrCanvas->SetTimeout(timeout);