Version 0.9.1 (18-12-2017)

Jarth [12-18-17 - 21:25]
Version 0.9.1 (18-12-2017)
Filename
Changelog
MementoBar.lua
MementoBar.txt
diff --git a/Changelog b/Changelog
index 11ce792..e28409e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,9 @@
 -------------------------------------------------------------------------------
 Memento bar
 -------------------------------------------------------------------------------
+Version 0.9.1 (18-12-2017)
+- Fixed issue when dragging skills to the hotbar
+
 Version 0.9 (18-12-2017)
 - Added functionality to select bar depth in settings
 - Added functionality to hide the bar, when in menues
diff --git a/MementoBar.lua b/MementoBar.lua
index b557559..098a25f 100644
--- a/MementoBar.lua
+++ b/MementoBar.lua
@@ -13,7 +13,7 @@ local LAM2 = LibStub:GetLibrary("LibAddonMenu-2.0")
 -------------------------------------------------------------------------------------------------
 local ADDON_NAME = "MementoBar"
 local ADDON_VERSION = 0
-local ADDON_MINOR_VERSION = 9
+local ADDON_MINOR_VERSION = 9.1
 local ADDON_AUTHOR = "Jarth"
 local ADDON_WEBSITE = ""
 local MementoBar = {}
@@ -79,7 +79,7 @@ end

 function MementoBar.setFragmentBehaviour(menuOpen)
   if MementoBar.Fragment == nil then
-    MementoBar.Fragment = ZO_FadeSceneFragment:New( MB_Frame )
+    MementoBar.Fragment = ZO_HUDFadeSceneFragment:New( MB_Frame )
   end

   if MementoBar.savedVariables.hideBarInMenu then
diff --git a/MementoBar.txt b/MementoBar.txt
index 99a5cbf..05cfd57 100644
--- a/MementoBar.txt
+++ b/MementoBar.txt
@@ -6,7 +6,7 @@

 ## APIVersion: 100021
 ## Title: Memento Bar
-## Version: 0.9
+## Version: 0.9.1
 ## Author: Jarth
 ## Description: Show a hotbar with selected memento's. Activate by button press!
 ##