parent
c36aa43f86
commit
8457a00ad0
@ -108,7 +108,7 @@ xkbmap_query_grp_option()
|
|||||||
//it's either in the end of line or before the other option so \s or ,
|
//it's either in the end of line or before the other option so \s or ,
|
||||||
int lastIndex = outputLine.indexOf( QRegExp( "[\\s,]" ), index );
|
int lastIndex = outputLine.indexOf( QRegExp( "[\\s,]" ), index );
|
||||||
|
|
||||||
return outputLine.mid( index, lastIndex - 1 );
|
return outputLine.mid( index, lastIndex - index );
|
||||||
}
|
}
|
||||||
|
|
||||||
AdditionalLayoutInfo
|
AdditionalLayoutInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user