mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Fixed LGEO path browse button.
This commit is contained in:
parent
d4687e0de5
commit
6d7423efb4
1 changed files with 2 additions and 2 deletions
|
@ -161,10 +161,10 @@ void lcQPreferencesDialog::on_povrayExecutableBrowse_clicked()
|
|||
|
||||
void lcQPreferencesDialog::on_lgeoPathBrowse_clicked()
|
||||
{
|
||||
QString result = QFileDialog::getExistingDirectory(this, tr("Open LGEO Folder"), ui->lgeoPathBrowse->text());
|
||||
QString result = QFileDialog::getExistingDirectory(this, tr("Open LGEO Folder"), ui->lgeoPath->text());
|
||||
|
||||
if (!result.isEmpty())
|
||||
ui->lgeoPathBrowse->setText(QDir::toNativeSeparators(result));
|
||||
ui->lgeoPath->setText(QDir::toNativeSeparators(result));
|
||||
}
|
||||
|
||||
void lcQPreferencesDialog::colorClicked()
|
||||
|
|
Loading…
Add table
Reference in a new issue