MATLAB: GUI Development – Missing border around Push Button

deploytoolMATLABMATLAB Compilermatlab guimissing borderpush button

Hello, I am making a GUI and when I preview the GUI push buttons in GUIDE it looks okay.
However when I use the deploytool and make a stand alone GUI, all of the push buttons are missing their border.
Any ideas how to correct this, as far as I can tell this is not a settable property?
Thanks in advance

Best Answer

Apparently its a known bug and a workaround is available here: http://www.mathworks.com/support/bugreports/1293244
Related Question