GUI Button Highlights in Blue (When Clicked)
5 ビュー (過去 30 日間)
表示 古いコメント
Hi all,
I have a simple GUI with 3 buttons and 2 labels. When I click a button, Matlab automatically highlights it in this light blue metallic color. I want to deactivate this automatic highlighting mechanism. Anybody know how to do this?
Jeff
0 件のコメント
回答 (1 件)
Paulo Silva
2011 年 9 月 8 日
See if the button has some code on his ButtonDownFcn, if there's some code in it remove it, also see the SelectionHighlight, turn it off
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!