Fix double call of TransfertDataToWindows in 4 dialogs (fix a bug I created in rev 6962). Make change working on KDE.

This commit is contained in:
jean-pierre charras 2016-07-04 18:22:18 +02:00
commit e7bbe27e36
6 changed files with 2 additions and 4 deletions

View File

@ -270,6 +270,7 @@ void DIALOG_MODULE_BOARD_EDITOR::InitModeditProperties()
m_LastSelected3DShapeIndex = -1;
// Init 3D shape list
m_3D_ShapeNameListBox->Clear();
S3D_MASTER* draw3D = m_CurrentModule->Models();
wxString origPath;
wxString alias;

View File

@ -99,7 +99,6 @@ private:
// Now all widgets have the size fixed, call FinishDialogSettings
FinishDialogSettings();
event.Skip();
}
bool TransferDataToWindow();

View File

@ -122,6 +122,7 @@ void DIALOG_MODULE_MODULE_EDITOR::initModeditProperties()
m_lastSelected3DShapeIndex = -1;
// Init 3D shape list
m_3D_ShapeNameListBox->Clear();
S3D_MASTER* draw3D = m_currentModule->Models();
wxString origPath;
wxString alias;

View File

@ -83,7 +83,6 @@ private:
// Now all widgets have the size fixed, call FinishDialogSettings
FinishDialogSettings();
event.Skip();
}
};

View File

@ -78,7 +78,6 @@ private:
// Now all widgets have the size fixed, call FinishDialogSettings
FinishDialogSettings();
event.Skip();
}
void InitValues( );

View File

@ -101,7 +101,6 @@ private:
// Now all widgets have the size fixed, call FinishDialogSettings
FinishDialogSettings();
event.Skip();
}
void SetPrintParameters( );