focus eliminado del combobox

This commit is contained in:
Luis Ángel San Martín 2013-06-14 22:44:11 +02:00
parent 7e849ca8cb
commit 635b205219

View File

@ -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);
}*/
}*/