diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index 2d3cb062..11055fbf 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -182,6 +182,7 @@ void LibraryWindow::doLayout() QVBoxLayout * l = new QVBoxLayout; selectedLibrary = new QComboBox; selectedLibrary->setAttribute(Qt::WA_MacShowFocusRect,false); + selectedLibrary->setFocusPolicy(Qt::NoFocus); l->setContentsMargins(sHorizontal->handleWidth(),0,0,0); YACReaderTitledToolBar * librariesTitle = new YACReaderTitledToolBar(tr("Libraries")); @@ -1492,4 +1493,4 @@ void LibraryWindow::showSocial() socialDialog->setComic(comic,currentPath()); socialDialog->setHidden(false); -}*/ \ No newline at end of file +}*/