highlightColor for popup now being set correctly
This commit is contained in:
parent
502bdf47a3
commit
012fe4bc4a
2
dist/iwmlib.js
vendored
2
dist/iwmlib.js
vendored
@ -6210,7 +6210,7 @@
|
||||
let popup = new PopupMenu$1({
|
||||
parent, fontSize, padding, zIndex, spacing, switchPos, notchSize,
|
||||
notchPosition,
|
||||
maxWidth, backgroundColor, normalColor,
|
||||
maxWidth, backgroundColor, normalColor, highlightColor,
|
||||
notchPosition, keepWithin, autoClose
|
||||
});
|
||||
popup.showAt(commands, point);
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user