Fixed typos.
--HG-- branch : develop
This commit is contained in:
parent
e3ee35bf50
commit
aaab56fe00
|
@ -2109,7 +2109,7 @@ void MainWindow::ActionDetails(bool checked)
|
||||||
|
|
||||||
if(drawMode)
|
if(drawMode)
|
||||||
{
|
{
|
||||||
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern peace
|
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern piece
|
||||||
drawMode = false;
|
drawMode = false;
|
||||||
}
|
}
|
||||||
comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details
|
comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details
|
||||||
|
@ -2181,7 +2181,7 @@ void MainWindow::ActionLayout(bool checked)
|
||||||
|
|
||||||
if(drawMode)
|
if(drawMode)
|
||||||
{
|
{
|
||||||
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern peace
|
currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern piece
|
||||||
drawMode = false;
|
drawMode = false;
|
||||||
}
|
}
|
||||||
comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details
|
comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details
|
||||||
|
|
Loading…
Reference in New Issue
Block a user