Skip to content

Commit

Permalink
Correccion en el Combobox para MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel-ICM committed Oct 20, 2021
1 parent 03e6d19 commit 6d6b210
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build/built-jar.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Wed, 20 Oct 2021 19:18:01 -0400


/Users/israel-icm/NetBeansProjects/MyStyles=
Binary file modified build/classes/icm/sphynx/ui/components/metro/UIComboBox.class
Binary file not shown.
2 changes: 1 addition & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
compile.on.save=true
user.properties.file=C:\\Users\\josue2\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
user.properties.file=/Users/israel-icm/Library/Application Support/NetBeans/8.2/build.properties
2 changes: 1 addition & 1 deletion src/icm/sphynx/ui/components/metro/UIComboBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private Point getPopupLocation() {
}
};

if (!MetroUIConfigTheme.isDarkMode())
if (!MetroUIConfigTheme.isDarkMode() && !UITools.isMacOS())
popupCombobox.setBorder(new MetroUIBorderShadow(Color.decode("#D8D8D8"), 10));
popupCombobox.getAccessibleContext().setAccessibleParent(comboBox);

Expand Down

0 comments on commit 6d6b210

Please sign in to comment.