PSS Common Module
MATLAB toolboxes for aerospace analysis
fixpopupuicontrol.m File Reference

Nothing to fix. More...

Functions

function fixpopupuicontrol (in fig)
 This function found on Mathworks website as a bug-fix for MATLAB 7. More...
 

Detailed Description

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.



Date
2019-12-27
Revision
91fffa9ab36224803647c57c4d8b07fc7c7191c4

This function found on Mathworks website as a bug-fix for MATLAB 7.