Fixed a little visual bug. release-10.5.6

Fri, 29 Nov 2024 13:14:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 29 Nov 2024 13:14:53 +0100
changeset 102
01ec5166a35c
parent 101
50e5cb76c5c5
child 103
31c79fa440cd

Fixed a little visual bug.

PipxInterface/PipxWidget.py file | annotate | diff | comparison | revisions
PluginPipxInterface.py file | annotate | diff | comparison | revisions
PluginPipxInterface.zip file | annotate | diff | comparison | revisions
changelog.md file | annotate | diff | comparison | revisions
--- a/PipxInterface/PipxWidget.py	Fri Nov 29 13:14:37 2024 +0100
+++ b/PipxInterface/PipxWidget.py	Fri Nov 29 13:14:53 2024 +0100
@@ -77,7 +77,6 @@
         self.upgradeButton.clicked.connect(self.__upgradePackage)
         self.uninstallButton.clicked.connect(self.__uninstallPackage)
 
-        self.pipxMenuButton.setAutoRaise(True)
         self.pipxMenuButton.setShowMenuInside(True)
 
         self.packagesList.header().setSortIndicator(
--- a/PluginPipxInterface.py	Fri Nov 29 13:14:37 2024 +0100
+++ b/PluginPipxInterface.py	Fri Nov 29 13:14:53 2024 +0100
@@ -36,7 +36,7 @@
     "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
     "autoactivate": True,
     "deactivateable": True,
-    "version": "10.5.5",
+    "version": "10.5.6",
     "className": "PluginPipxInterface",
     "packageName": "PipxInterface",
     "shortDescription": "Graphical interface to the 'pipx' command.",
Binary file PluginPipxInterface.zip has changed
--- a/changelog.md	Fri Nov 29 13:14:37 2024 +0100
+++ b/changelog.md	Fri Nov 29 13:14:53 2024 +0100
@@ -1,6 +1,10 @@
 ChangeLog
 ---------
 
+__Version 10.5.6__
+
+- bug fixes
+
 __Version 10.5.5__
 
 - Updated Russian translations.

eric ide

mercurial