mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Update file selection whenever an item is selected, not just clicked.
* This catches when you use typing to find an item, or select with the arrow keys.
This commit is contained in:
@@ -61,6 +61,9 @@ private slots:
|
||||
void on_forward_clicked();
|
||||
void on_upFolder_clicked();
|
||||
|
||||
// manual slots
|
||||
void fileList_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
||||
|
||||
private:
|
||||
Ui::VirtualFileDialog *ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user