File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Plugins/SimpleFileBrowser Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- = Simple File Browser (v1.5.9 ) =
1
+ = Simple File Browser (v1.6.0 ) =
2
2
3
3
Online documentation & example code available at: https://github.com/yasirkula/UnitySimpleFileBrowser
4
4
Original file line number Diff line number Diff line change @@ -1245,9 +1245,12 @@ private void RefreshSkin()
1245
1245
upButton . image . sprite = m_skin . HeaderUpButton ;
1246
1246
moreOptionsButton . image . sprite = m_skin . HeaderContextMenuButton ;
1247
1247
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
+ }
1251
1254
1252
1255
m_skin . ApplyTo ( filenameInputField ) ;
1253
1256
m_skin . ApplyTo ( pathInputField ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.yasirkula.simplefilebrowser" ,
3
3
"displayName" : " Simple File Browser" ,
4
- "version" : " 1.5.9 " ,
4
+ "version" : " 1.6.0 " ,
5
5
"documentationUrl" : " https://github.com/yasirkula/UnitySimpleFileBrowser" ,
6
6
"changelogUrl" : " https://github.com/yasirkula/UnitySimpleFileBrowser/releases" ,
7
7
"licensesUrl" : " https://github.com/yasirkula/UnitySimpleFileBrowser/blob/master/LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments