From bd1abc70d2567f625f4a22e91365fb3133fddd5c Mon Sep 17 00:00:00 2001 From: Scott Ingram Date: Sat, 18 Mar 2023 11:31:24 -0700 Subject: [PATCH 1/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..97b5fde --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# FloFlyout +wow addon to provide custom flyout menus - created by Boboseb From 75498850ac3d81eea0c72a38c381e912128452a1 Mon Sep 17 00:00:00 2001 From: Scott Ingram Date: Sun, 19 Mar 2023 17:45:19 -0700 Subject: [PATCH 2/2] fix for issue #3 - icon selection panel throws error when scrolling --- FloFlyout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FloFlyout.xml b/FloFlyout.xml index e86e243..0841aa2 100755 --- a/FloFlyout.xml +++ b/FloFlyout.xml @@ -463,7 +463,7 @@ - FauxScrollFrame_OnVerticalScroll(self, offset, GEARSET_ICON_ROW_HEIGHT, FloFlyoutConfigDialogPopup_Update); + FauxScrollFrame_OnVerticalScroll(self, offset, 36, FloFlyoutConfigDialogPopup_Update);