PSS Common Module
MATLAB toolboxes for aerospace analysis
|
Nothing to fix. More...
Functions | |
function | fixpopupuicontrol (in fig) |
This function found on Mathworks website as a bug-fix for MATLAB 7. More... | |
Nothing to fix.
Copyright (c) 2000 Princeton Satellite Systems, Inc. All rights reserved.
ORIGINAL HELP INFORMATION:
fixpopupuicontrol is a helper function to fix a popup uicontrol bug.
FIXPOPUPUICONTROL(FIG_HANDLE) takes a figure handle and reparents all the popupmenu uicontrols to uipanels to work around a rendering bug in the Unix library. This is necessary and works only on Unix and Mac and only if the figure is an older version than R14 default.
This function found on Mathworks website as a bug-fix for MATLAB 7.