kristinbranson / APT

Animal Part Tracker
GNU General Public License v3.0
72 stars 14 forks source link

adjust contrast- all views together doesn't work #312

Open stephenhuston opened 4 years ago

stephenhuston commented 4 years ago

In multiview: View->adjust brightness/contrast -> All views together. Only adjusts contrast of one view, not both.

This is an extremely minor issue as you can workaround by just adjusting one view at a time.

stephenhuston commented 4 years ago

Possibly just a 2019a issue:

Warning: File: createWindowClipPanel.m Line: 389 Column: 13 Defining "scaleDisplayPanelWidth" in the nested function shares it with the parent function. In a future release, to share "scaleDisplayPanelWidth" between parent and nested functions, explicitly define it in the parent function.

In imcontrast_kb>createHistogramPalette (line 212) In imcontrast_kb (line 125) In LabelerGUI>menu_view_adjustbrightness_Callback (line 2943) In gui_mainfcn (line 95) In LabelerGUI (line 48) In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)LabelerGUI('menu_view_adjustbrightness_Callback',hObject,eventdata,guidata(hObject)) Warning: File: createWindowClipPanel.m Line: 390 Column: 13 Defining "scaleDisplayPanelHeight" in the nested function shares it with the parent function. In a future release, to share "scaleDisplayPanelHeight" between parent and nested functions, explicitly define it in the parent function. In imcontrast_kb>createHistogramPalette (line 212) In imcontrast_kb (line 125) In LabelerGUI>menu_view_adjustbrightness_Callback (line 2943) In gui_mainfcn (line 95) In LabelerGUI (line 48) In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)LabelerGUI('menu_view_adjustbrightness_Callback',hObject,eventdata,guidata(hObject))