fix bug that filebox single selection fails on Linux
This commit is contained in:
parent
ce2d738a56
commit
e5a935ab83
@ -1062,6 +1062,8 @@ namespace nana
|
|||||||
{
|
{
|
||||||
if(text.length() == start_pos)
|
if(text.length() == start_pos)
|
||||||
return files;
|
return files;
|
||||||
|
else if(0 == start_pos) //single selection
|
||||||
|
return {text};
|
||||||
|
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user