Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2533589e by Philipp Hörist at 2024-02-11T19:43:23+01:00
refactor: AudioWidget: Remove obsolete statement
- - - - -
1 changed file:
- gajim/gtk/preview_audio.py
Changes:
=====================================
gajim/gtk/preview_audio.py
=====================================
@@ -261,9 +261,6 @@ def _setup_audio_visualizer(self) -> None:
if height == -1:
height = self._ui.seek_bar.get_preferred_height()[1]
- if width is None or height is None:
- return
-
width -= 2 * SEEK_BAR_PADDING
self._audio_visualizer = AudioVisualizerWidget(
width,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2533589ee0ed9d0f7bf984da14f91abfc7ba3170
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2533589ee0ed9d0f7bf984da14f91abfc7ba3170
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]