Skip to content

Commit

Permalink
Attempt to address issue #294
Browse files Browse the repository at this point in the history
Disappearing file icons when reordering html file in Book Browser.
  • Loading branch information
dougmassay committed Jun 11, 2017
1 parent b896932 commit ecb56b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MainUI/OPFModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ void OPFModel::RowsRemovedHandler(const QModelIndex &parent, int start, int end)
}

UpdateHTMLReadingOrders();
// File icons disappear on some platforms when re-ordering html files via
// drag and drop in the Book Browser TreeView without this extra refresh.
Refresh();
}


Expand Down

0 comments on commit ecb56b1

Please sign in to comment.