refs #902, refs #887, avoid oversize combobox

This commit is contained in:
Klaus Basan
2017-04-03 23:52:32 +02:00
committed by Mathew Sutcliffe
parent 0f57385325
commit 5ab1ae7193
3 changed files with 77 additions and 66 deletions

View File

@@ -57,6 +57,10 @@ namespace BlackGui
//! Allow to toggle cache and settings
void allowToggleCacheSettings(bool allow);
protected:
//! \copydoc QWidget::resizeEvent
virtual void resizeEvent(QResizeEvent *event) override;
private:
//! Preselect newer files
void preselectMissingOrOutdated();