[MAC] GIU toogle button background color issue '19b

2 views (last 30 days)
I have a problem about changing the 'BackgroundColor' of a toobleButton.
I can change the value, but that has no effect on the monitor.
I'm using Matlab 2019b.
With win10 and Linux it works perfectly. On MAC it does nothing.
(I can change the color of the text on a toggleButton.)
I tried:
hObject.backgroundColor = [1 0 0]
set(hObject, 'BackgroundColor', [1 0 0])
drawnow

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!