Fixed typos.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-06-21 16:04:24 +03:00
parent e3ee35bf50
commit aaab56fe00

View file

@ -2109,7 +2109,7 @@ void MainWindow::ActionDetails(bool checked)
if(drawMode)
{
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern peace
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern piece
drawMode = false;
}
comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details
@ -2181,7 +2181,7 @@ void MainWindow::ActionLayout(bool checked)
if(drawMode)
{
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern peace
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern piece
drawMode = false;
}
comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details