Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another bug fix
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 5, 2023
1 parent 0a977f2 commit 2112414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -61,6 +61,7 @@ target_link_libraries(Chibi
carla::utils
Qt5::Core
Qt5::Widgets
$<$<BOOL:${APPLE}>:$<LINK_LIBRARY:FRAMEWORK,Cocoa.framework>>
$<$<BOOL:${X11_FOUND}>:Qt::X11Extras>
$<$<BOOL:${X11_FOUND}>:X11>
)
Expand Down
4 changes: 2 additions & 2 deletions chibiembedwidget.cpp
Expand Up @@ -188,8 +188,8 @@ struct ChibiEmbedWidget::PrivateData
height = rect.bottom - rect.top;
}

if (lookingForChildren)
d_stdout("child window bounds %i %i | offset %u %u", width, height, xOffset, yOffset);
// if (lookingForChildren)
// d_stdout("child window bounds %i %i | offset %u %u", width, height, xOffset, yOffset);

if (width > 1 && height > 1)
{
Expand Down

0 comments on commit 2112414

Please sign in to comment.