Skip to content

Fix error adding directory name in selecting directory mode#4

Closed
Arcanils wants to merge 1 commit into
yasirkula:masterfrom
Arcanils:master
Closed

Fix error adding directory name in selecting directory mode#4
Arcanils wants to merge 1 commit into
yasirkula:masterfrom
Arcanils:master

Conversation

@Arcanils
Copy link
Copy Markdown

No description provided.

@yasirkula
Copy link
Copy Markdown
Owner

I believe that the browser should pick the currently highlighted folder in folder select mode rather than always selecting the folder we are currently in (Windows file picker also seems to select the highlighted folder).

Despite that, I agree that it should be easier to select the folder that we are currently in. Adding these lines to the setter function of CurrentPath property will clear the filenameInputField when the path changes, which makes it possible to select the current folder:

if( m_folderSelectMode )
	filenameInputField.text = string.Empty;

@Arcanils
Copy link
Copy Markdown
Author

Arcanils commented Oct 24, 2017 via email

@yasirkula yasirkula closed this Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants