gui: mainwindow: Obey scale settings for plaintext previews too

This commit is contained in:
2022-07-23 20:21:45 +02:00
parent ab064c3e3b
commit ac4d7dd0a5
2 changed files with 14 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ class MainWindow : public QMainWindow
void openFile(QString path);
unsigned int currentPreviewGeneration = 1;
void initSettingsTabs();
int currentSelectedScale();
private slots:
void lineEditReturnPressed();
void treeSearchItemActivated(QTreeWidgetItem *item, int i);