Show pins if user activated Pattern Piece Data tab or Grainline tab.
--HG-- branch : feature
This commit is contained in:
parent
247dc910d5
commit
98f26cd417
|
@ -917,7 +917,9 @@ void DialogSeamAllowance::PathDialogClosed(int result)
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void DialogSeamAllowance::TabChanged(int index)
|
||||
{
|
||||
if (ui->tabWidget->indexOf(ui->tabPins) == index)
|
||||
if (index == ui->tabWidget->indexOf(ui->tabPins)
|
||||
|| index == ui->tabWidget->indexOf(ui->tabGrainline)
|
||||
|| index == ui->tabWidget->indexOf(ui->tabPatternPieceData))
|
||||
{
|
||||
if (m_visPins.isNull())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user