test: fixed unnamed sessions #6

This commit is contained in:
Hane 2024-06-06 20:08:36 +02:00
commit 544da49e32
5 changed files with 92 additions and 31 deletions

View file

@ -263,7 +263,7 @@ void MainWindow::compose() {
log_to_file("dpr: %f \n", dpr);
for (auto *epw : ews) {
if (!epw) continue;
epw->calculateSize(windowWidth * dpr,screenHeight * screen->devicePixelRatio());
epw->calculateSize(windowWidth, screenHeight);
log_debugcpp("epw loop");
log_debugcpp("epw roles: " + print_as_binary((epw->getEndpointHandler()->getRoles())));
//std::bitset<sizeof(uint8_t)> content =