[neon/qt/qtquickcontrols2/Neon/unstable] debian: Refresh 0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch.

Dmitry Shachnev null at kde.org
Mon Apr 29 17:44:21 BST 2024


Git commit bd841017e10096946fa5ac898458254bb417447f by Dmitry Shachnev.
Committed on 10/06/2023 at 18:15.
Pushed by jriddell into branch 'Neon/unstable'.

Refresh 0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch.

M  +1    -0    debian/changelog
M  +2    -2    debian/patches/0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch

https://invent.kde.org/neon/qt/qtquickcontrols2/-/commit/bd841017e10096946fa5ac898458254bb417447f

diff --git a/debian/changelog b/debian/changelog
index 9183b09..c1c6d47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtquickcontrols2-opensource-src (5.15.10+dfsg-1) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * New upstream release.
   * Bump Qt build-dependencies to 5.15.10.
+  * Refresh 0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 10 Jun 2023 20:46:09 +0300
 
diff --git a/debian/patches/0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch b/debian/patches/0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch
index accb783..46634e0 100644
--- a/debian/patches/0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch
+++ b/debian/patches/0006-Fix-scroll-bars-not-showing-up-when-binding-to-stand.patch
@@ -31,7 +31,7 @@ Reviewed-by: Nate Graham
 
 --- a/src/quicktemplates2/qquickcontrol.cpp
 +++ b/src/quicktemplates2/qquickcontrol.cpp
-@@ -845,6 +845,13 @@ void QQuickControlPrivate::executeBackground(bool complete)
+@@ -846,6 +846,13 @@ void QQuickControlPrivate::executeBackground(bool complete)
          quickCompleteDeferred(q, backgroundName(), background);
  }
  
@@ -45,7 +45,7 @@ Reviewed-by: Nate Graham
  void QQuickControlPrivate::hideOldItem(QQuickItem *item)
  {
      if (!item)
-@@ -863,6 +870,29 @@ void QQuickControlPrivate::hideOldItem(QQuickItem *item)
+@@ -864,6 +871,29 @@ void QQuickControlPrivate::hideOldItem(QQuickItem *item)
  #endif
  }
  



More information about the Neon-commits mailing list