highlightColor for popup now being set correctly

This commit is contained in:
mhalfmann
2019-06-06 15:13:55 +02:00
parent 502bdf47a3
commit 012fe4bc4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ export default class PopupMenu extends Popup {
let popup = new PopupMenu({
parent, fontSize, padding, zIndex, spacing, switchPos, notchSize,
notchPosition,
maxWidth, backgroundColor, normalColor,
maxWidth, backgroundColor, normalColor, highlightColor,
notchPosition, keepWithin, autoClose
})
popup.showAt(commands, point)