Cleanups and simplifications, espc. batch queue
This commit is contained in:
@@ -641,17 +641,14 @@ void FileCatalog::previewsFinished (int dir_id) {
|
||||
}
|
||||
|
||||
void FileCatalog::setEnabled (bool e) {
|
||||
|
||||
enabled = e;
|
||||
}
|
||||
|
||||
void FileCatalog::redrawAll () {
|
||||
|
||||
fileBrowser->queue_draw ();
|
||||
}
|
||||
|
||||
void FileCatalog::refreshAll () {
|
||||
|
||||
void FileCatalog::refreshThumbImages () {
|
||||
fileBrowser->refreshThumbImages ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user