Skip to content

Commit abbdfa1

Browse files
committedMar 5, 2025
menu: use new dropdown aptitude [feenkcom/gtoolkit#4180]
1 parent ed4f66b commit abbdfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/PythonBridge-Pharo/PBNewPharoPipenvProcess.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ PBNewPharoPipenvProcess >> gtViewInstalledModulesIn: composite [
176176
column: #name text: [ :each | each at: #package_name ];
177177
column: #version text: [ :each | each at: #installed_version ];
178178
actionStencil: [ :aTab | | aptitude |
179-
aptitude := BrGlamorousWithDropdownAptitude
179+
aptitude := BrGlamorousWithExplicitDropdownAptitude
180180
handle: [
181181
BrButton new
182182
aptitude: BrGlamorousButtonWithIconAptitude;

0 commit comments

Comments
 (0)