mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-15 03:44:04 +01:00
Arbitration: accept racks in "intermediate" state
This commit is contained in:
parent
c4fad05ffd
commit
11db8eb48f
1 changed files with 0 additions and 2 deletions
|
@ -398,8 +398,6 @@ void ArbitrationWidget::rackEdited(const QString &iText)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!lineEditRack->hasAcceptableInput())
|
|
||||||
return;
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
const wstring &input = m_game->getDic().convertFromInput(wfq(iText));
|
const wstring &input = m_game->getDic().convertFromInput(wfq(iText));
|
||||||
|
|
Loading…
Reference in a new issue