diff --git a/tsgqc.m b/tsgqc.m index 68dee1b764f5d2d13db55de2a6e3c2ba8126bae0..0a1adf4d6845db45788c94f0bf49b863ae11eaa4 100644 --- a/tsgqc.m +++ b/tsgqc.m @@ -1045,8 +1045,9 @@ uimenu(hMapPrintMenu,'Label','Save as',... 'Tag','TAG_UIMENU_MAP_PRINT_SAVEAS',... 'Callback', {@mapSaveAsCallback}); -% see issue #12 with bug on Matlab < R2014b -% ----------------------------------------- +% disable print and printpreview bug on Matlab version < R2014b +% see issue #12 +% -------------------------------------------------------------- if verLessThan('matlab','8.4') set(hMapPrintPrintMenu, 'enable', 'off'); set(hMapPrintPreviewMenu, 'enable', 'off');