mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +08:00
(GUI): strip quotes from path typed into location bar.
This commit is contained in:
@@ -736,6 +736,7 @@ namespace GARbro.GUI
|
||||
if (e.Key != Key.Return)
|
||||
return;
|
||||
string path = (sender as AutoCompleteBox).Text;
|
||||
path = path.Trim (' ', '"');
|
||||
if (string.IsNullOrEmpty (path))
|
||||
return;
|
||||
if (FullpathRe.IsMatch (path))
|
||||
|
||||
Reference in New Issue
Block a user