From 635b205219c3665eb2a1e66ce0a06259d28bfe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 14 Jun 2013 22:44:11 +0200 Subject: [PATCH] focus eliminado del combobox --- YACReaderLibrary/library_window.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}*/