From f283a8bb7b8e29a859a1aa167e3e3c1067f3bc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=AE=D1=80=D0=B8?= =?UTF-8?q?=D0=B9?= Date: Tue, 21 May 2024 15:05:45 +0300 Subject: [PATCH] Edit `FIXME` block. --- kivymd/uix/appbar/appbar.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kivymd/uix/appbar/appbar.py b/kivymd/uix/appbar/appbar.py index cb9694cb8..65a71a0dd 100755 --- a/kivymd/uix/appbar/appbar.py +++ b/kivymd/uix/appbar/appbar.py @@ -675,6 +675,8 @@ class MDTopAppBarTrailingButtonContainer(BaseTopAppBarButtonContainer): # FIXME: The on_enter/on_leave event is not triggered for # MDActionTopAppBarButton buttons in the MDTopAppBarTrailingButtonContainer # container. +# When the screen size is changed on desktop devices, the position of the +# trailing container is shifted until the screen size change is completed. class MDTopAppBar( DeclarativeBehavior, ThemableBehavior,