Thu Jul 19 12:19:21 2001 Michael Jennings (mej)

Minor fix to correct popup scrollbar handling on startup.


SVN revision: 4965
This commit is contained in:
Michael Jennings 2001-07-19 19:20:23 +00:00
parent e3f87013da
commit 44b1e5126c
2 changed files with 5 additions and 1 deletions

View File

@ -4293,3 +4293,7 @@ Fri Jul 13 17:07:45 2001 Michael Jennings (mej)
This is mostly cosmetic, but fairly important nonetheless. Saved
config files should not contain the "main" context.
----------------------------------------------------------------------
Thu Jul 19 12:19:21 2001 Michael Jennings (mej)
Minor fix to correct popup scrollbar handling on startup.
----------------------------------------------------------------------

View File

@ -220,7 +220,7 @@ eterm_bootstrap(int argc, char *argv[])
/* Initialize the scrollbar */
scrollbar_init(szHint.width, szHint.height - bbar_calc_docked_height(BBAR_DOCKED));
scrollbar_mapping(Options & Opt_scrollbar);
scrollbar_mapping((Options & Opt_scrollbar) && !((Options & Opt_scrollbar_popup) && !TermWin.focus));
/* Initialize the menu subsystem. */
menu_init();