You can report bugs here:
BUG:MATLAB2024b got a bug about "uigridlayout"
134 ビュー (過去 30 日間)
古いコメントを表示
When I use 2024b to run code:
a = uifigure;
b = uigridlayout(a);
b.RowHeight = {'1x'};
c = uipanel(b);
result is:
Obviously, the border line in the bottom of the uipanel cannot be shown correctly.
For comparison, I use MATLAB 2023b to run the same code, the result is correct:
So strange.
I hope there is something I can do to solve this problem, cause I got a big project and the 2024b cannot be used for this reason.
12 件のコメント
Bruno Luong
2024 年 11 月 8 日 9:20
There are often bugs related to graphical card, its driver, screen resolution, display scale etc... It seems like a mess to me.
回答 (1 件)
Sumukh
2024 年 11 月 7 日 9:53
The issue is not reproducible on my end. The code appears to be working correctly on Windows 11 MATLAB R2024b and the "uipanel" generated is correct. It is possible that this is a low-level UI graphics issue. Kindly refer to the following documentation to debug and resolve this:
If the issue still persists, as stated by @Stephen23, you can contact Technical Support and report this as a bug.
4 件のコメント
Stephen23
2024 年 11 月 8 日 6:40
"Currently, I am using this solution, but I would much prefer an official fix."
Then make an official bug report: https://www.mathworks.com/support/contact_us.html
This is just a forum of random volunteers. We cannot fix bugs.
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!