Skip to content

Commit 2112414

Browse files
committed
Another bug fix
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 0a977f2 commit 2112414

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ target_link_libraries(Chibi
6161
carla::utils
6262
Qt5::Core
6363
Qt5::Widgets
64+
$<$<BOOL:${APPLE}>:$<LINK_LIBRARY:FRAMEWORK,Cocoa.framework>>
6465
$<$<BOOL:${X11_FOUND}>:Qt::X11Extras>
6566
$<$<BOOL:${X11_FOUND}>:X11>
6667
)

chibiembedwidget.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ struct ChibiEmbedWidget::PrivateData
188188
height = rect.bottom - rect.top;
189189
}
190190

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

194194
if (width > 1 && height > 1)
195195
{

0 commit comments

Comments
 (0)