PIValueTreeEdit cut/copy/paste support
EMainWindow saveAs incorrect filename to recent fix QAD::loadTranslations now also look into standard translation location
This commit is contained in:
@@ -416,7 +416,7 @@ bool EMainWindow::saveFile(bool ask) {
|
||||
bool EMainWindow::saveAsFile() {
|
||||
QString ret = QFileDialog::getSaveFileName(this, tr("Select file to save"), file_name, saveFilter());
|
||||
if (ret.isEmpty()) return false;
|
||||
if (save(ret)) addToRecent(ret);
|
||||
if (save(ret)) addToRecent(file_name);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user