Fix column title resize on browser window.
This commit is contained in:
committed by
Andrzej Rybczak
parent
a259a67c16
commit
01490db981
@@ -75,6 +75,7 @@ void Browser::Resize()
|
||||
{
|
||||
w->Resize(COLS, MainHeight);
|
||||
w->MoveTo(0, MainStartY);
|
||||
w->SetTitle(Config.columns_in_browser && Config.titles_visibility ? Display::Columns() : "");
|
||||
hasToBeResized = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user