mirror of
https://github.com/YACReader/yacreader
synced 2026-01-10 02:02:47 -05:00
fixed OSX compilation (Qt5)
This commit is contained in:
@ -67,6 +67,10 @@ ClassicComicsView::ClassicComicsView(QWidget *parent)
|
||||
setLayout(layout);
|
||||
|
||||
layout->setMargin(0);
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
sVertical->setCollapsible(1,false);
|
||||
#endif
|
||||
}
|
||||
|
||||
void ClassicComicsView::setToolBar(QToolBar *toolBar)
|
||||
|
||||
Reference in New Issue
Block a user