test: fixed unnamed sessions #6
This commit is contained in:
parent
313a26c8e3
commit
544da49e32
5 changed files with 92 additions and 31 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue