diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-09 14:18:13 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-09 14:18:13 +0300 |
commit | 706e199807ef7fb80d8040c2c2489a58f2712956 (patch) | |
tree | 4ebbbf85dd547d1dba9be1616acb5135ef82caf8 /src/ui | |
parent | 47817990d8766dba6b91af8b4c6f2856d6787ab8 (diff) |
Fixed showing of pinning indicator
The indicator always shows the current tab's status.
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index a076000c..0314757f 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -2015,13 +2015,13 @@ static iBool handleCommand_DocumentWidget_(iDocumentWidget *d, const char *cmd) | |||
2015 | updateTheme_DocumentWidget_(d); | 2015 | updateTheme_DocumentWidget_(d); |
2016 | updateTrust_DocumentWidget_(d, NULL); | 2016 | updateTrust_DocumentWidget_(d, NULL); |
2017 | updateSize_DocumentWidget(d); | 2017 | updateSize_DocumentWidget(d); |
2018 | showOrHidePinningIndicator_DocumentWidget_(d); | ||
2018 | updateFetchProgress_DocumentWidget_(d); | 2019 | updateFetchProgress_DocumentWidget_(d); |
2019 | } | 2020 | } |
2020 | init_Anim(&d->sideOpacity, 0); | 2021 | init_Anim(&d->sideOpacity, 0); |
2021 | init_Anim(&d->altTextOpacity, 0); | 2022 | init_Anim(&d->altTextOpacity, 0); |
2022 | updateSideOpacity_DocumentWidget_(d, iFalse); | 2023 | updateSideOpacity_DocumentWidget_(d, iFalse); |
2023 | updateWindowTitle_DocumentWidget_(d); | 2024 | updateWindowTitle_DocumentWidget_(d); |
2024 | showOrHidePinningIndicator_DocumentWidget_(d); | ||
2025 | allocVisBuffer_DocumentWidget_(d); | 2025 | allocVisBuffer_DocumentWidget_(d); |
2026 | animateMedia_DocumentWidget_(d); | 2026 | animateMedia_DocumentWidget_(d); |
2027 | remove_Periodic(periodic_App(), d); | 2027 | remove_Periodic(periodic_App(), d); |