[Magnify] "Hide/Show info" works again

* Fixes #13074.
This commit is contained in:
Janus 2016-11-14 19:56:30 +01:00
parent 586734d609
commit a9709e5d25

View File

@ -672,7 +672,7 @@ TWindow::UpdateInfoBarOnResize()
|| infoHeight > Bounds().Height()) {
ShowInfo(false);
} else {
ShowInfo(true);
ShowInfo(fInfoBarState);
}
}