File tree Expand file tree Collapse file tree
Plugins/SimpleFileBrowser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- = Simple File Browser (v1.5.9 ) =
1+ = Simple File Browser (v1.6.0 ) =
22
33Online documentation & example code available at: https://github.com/yasirkula/UnitySimpleFileBrowser
44E-mail: yasirkula@gmail.com
Original file line number Diff line number Diff line change @@ -1245,9 +1245,12 @@ private void RefreshSkin()
12451245 upButton . image . sprite = m_skin . HeaderUpButton ;
12461246 moreOptionsButton . image . sprite = m_skin . HeaderContextMenuButton ;
12471247
1248- Image windowResizeGizmo = resizeCursorHandler . GetComponent < Image > ( ) ;
1249- windowResizeGizmo . color = m_skin . WindowResizeGizmoColor ;
1250- windowResizeGizmo . sprite = m_skin . WindowResizeGizmo ;
1248+ if ( resizeCursorHandler )
1249+ {
1250+ Image windowResizeGizmo = resizeCursorHandler . GetComponent < Image > ( ) ;
1251+ windowResizeGizmo . color = m_skin . WindowResizeGizmoColor ;
1252+ windowResizeGizmo . sprite = m_skin . WindowResizeGizmo ;
1253+ }
12511254
12521255 m_skin . ApplyTo ( filenameInputField ) ;
12531256 m_skin . ApplyTo ( pathInputField ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " com.yasirkula.simplefilebrowser" ,
33 "displayName" : " Simple File Browser" ,
4- "version" : " 1.5.9 " ,
4+ "version" : " 1.6.0 " ,
55 "documentationUrl" : " https://github.com/yasirkula/UnitySimpleFileBrowser" ,
66 "changelogUrl" : " https://github.com/yasirkula/UnitySimpleFileBrowser/releases" ,
77 "licensesUrl" : " https://github.com/yasirkula/UnitySimpleFileBrowser/blob/master/LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments