Update framework with tooltip changes

This commit is contained in:
Thomas Müller
2017-07-07 08:59:17 +03:00
parent eb64765848
commit 6de9776e05
5 changed files with 5 additions and 5 deletions

View File

@ -194,7 +194,7 @@ namespace osu.Game.Overlays
protected override bool OnDragStart(InputState state)
{
if (!channelTabs.Hovering)
if (!channelTabs.IsHovered)
return base.OnDragStart(state);
startDragChatHeight = chatHeight.Value;