Skip to content

Commit a0a85ba

Browse files
committed
Some additional debug code
1 parent d4ae7bc commit a0a85ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/widgets/containers/Window.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ namespace lsp
254254
// lsp_trace("size constraints: w={%d, %d}, h={%d, %d}",
255255
// int(sr.nMinWidth), int(sr.nMinHeight), int(sr.nMaxWidth), int(sr.nMaxHeight)
256256
// );
257+
// lsp_trace("computed size: w=%d, h=%d", int(r.nWidth), int(r.nHeight));
257258
pWindow->set_size_constraints(&sr);
258259
if ((sSize.nWidth != r.nWidth) || (sSize.nHeight != r.nHeight))
259260
{

0 commit comments

Comments
 (0)