mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Format
This commit is contained in:
@ -205,8 +205,9 @@ void Viewer::prepareForOpening()
|
||||
|
||||
verticalScrollBar()->setSliderPosition(verticalScrollBar()->minimum());
|
||||
|
||||
if (Configuration::getConfiguration().getShowInformation() && !information)
|
||||
if (Configuration::getConfiguration().getShowInformation() && !information) {
|
||||
QTimer::singleShot(0, this, &Viewer::informationSwitch);
|
||||
}
|
||||
|
||||
informationLabel->setText("...");
|
||||
}
|
||||
|
Reference in New Issue
Block a user