From 322fdf8deba6696eb5288f5d25f238f3b98fd6d6 Mon Sep 17 00:00:00 2001 From: mhalfmann Date: Thu, 6 Jun 2019 15:14:24 +0200 Subject: [PATCH] Revert "highlightColor for popup now being set correctly" This reverts commit 012fe4bc4ae1dad7e75b6038a831ff9dfc13f45d. --- dist/iwmlib.js | 2 +- lib/popupmenu.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/iwmlib.js b/dist/iwmlib.js index 115bb71..8fa529d 100644 --- a/dist/iwmlib.js +++ b/dist/iwmlib.js @@ -6210,7 +6210,7 @@ let popup = new PopupMenu$1({ parent, fontSize, padding, zIndex, spacing, switchPos, notchSize, notchPosition, - maxWidth, backgroundColor, normalColor, highlightColor, + maxWidth, backgroundColor, normalColor, notchPosition, keepWithin, autoClose }); popup.showAt(commands, point); diff --git a/lib/popupmenu.js b/lib/popupmenu.js index e22d891..e373f0a 100644 --- a/lib/popupmenu.js +++ b/lib/popupmenu.js @@ -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, highlightColor, + maxWidth, backgroundColor, normalColor, notchPosition, keepWithin, autoClose }) popup.showAt(commands, point)