diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-05-19 10:54:50 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-05-19 10:54:50 +0200 |
commit | 990897b2f098f3ed898919e3e66c8830c2e3b450 (patch) | |
tree | 8d26aa7ef9195f387e688621447345a20cd2144a /src/custom.c | |
parent | e026481f11554580b234618e6a80242a6a9a50b1 (diff) | |
download | calcurse-990897b2f098f3ed898919e3e66c8830c2e3b450.zip |
Resize panels properly
Rewrite the panel resize code and remove the code that reinitializes the
caption and the selected item when the window is resized.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/custom.c')
-rw-r--r-- | src/custom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custom.c b/src/custom.c index 688ca21..4fc3fb5 100644 --- a/src/custom.c +++ b/src/custom.c @@ -303,7 +303,7 @@ void custom_sidebar_config(void) resize = 0; wins_reset(); } else { - wins_reinit_panels(); + wins_resize_panels(); wins_update_border(FLAG_ALL); wins_update_panels(FLAG_ALL); keys_display_bindings_bar(win[STA].p, bindings, |