You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because the call stack view is based on SWT table. Resizing the row's height automatically is not easy in SWT and the behavior is different from GTK to MacOS.
The easiest way is to convert to NatTable where we have the control to resize the row's height just like the statistic table.
Describe the bug
When the font size is increased, letters with descenders below the baseline, e.g. "p", "q", get the part below the baseline clipped
To Reproduce
Increase the font size several times in the profile pane. Then look at the call stack view in the trace pane.
Expected behavior
Letters should not be clipped if the font size is increased.
Screenshots
This first screen shot is OK.
After increasing the font size, see how the letters are clipped in the call stack.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: