mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
fixed regression causing context menu not being displayed in comics table
This commit is contained in:
@ -1139,7 +1139,8 @@ void MainWindowViewer::setUpShortcutsManagement()
|
||||
ShortcutsManager::getShortcutsManager().registerActions(allActions);
|
||||
|
||||
}
|
||||
#include "QsLog.h"
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
void MainWindowViewer::toggleFitToWidthSlider()
|
||||
{
|
||||
if(sliderAction->isVisible())
|
||||
@ -1151,8 +1152,8 @@ void MainWindowViewer::toggleFitToWidthSlider()
|
||||
sliderAction->move(250,0);
|
||||
sliderAction->show();
|
||||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
void MainWindowViewer::changeFit()
|
||||
{
|
||||
|
Reference in New Issue
Block a user