mirror of
https://github.com/leozide/leocad
synced 2025-02-06 08:46:06 +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()
|
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())
|
if (!result.isEmpty())
|
||||||
ui->lgeoPathBrowse->setText(QDir::toNativeSeparators(result));
|
ui->lgeoPath->setText(QDir::toNativeSeparators(result));
|
||||||
}
|
}
|
||||||
|
|
||||||
void lcQPreferencesDialog::colorClicked()
|
void lcQPreferencesDialog::colorClicked()
|
||||||
|
|
Loading…
Add table
Reference in a new issue