Merge pull request #35664 from AnturK/tooltipruntimes

Fixes some tooltip runtimes
This commit is contained in:
Jordan Brown
2018-02-15 09:50:11 -05:00
committed by CitadelStationBot
parent 95582c597b
commit 7b493c30d7
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -108,7 +108,8 @@
/obj/screen/movable/action_button/MouseEntered(location,control,params)
openToolTip(usr,src,params,title = name,content = desc,theme = actiontooltipstyle)
if(!QDELETED(src))
openToolTip(usr,src,params,title = name,content = desc,theme = actiontooltipstyle)
/obj/screen/movable/action_button/MouseExited()
+2 -1
View File
@@ -101,7 +101,8 @@
/obj/screen/alert/MouseEntered(location,control,params)
openToolTip(usr,src,params,title = name,content = desc,theme = alerttooltipstyle)
if(!QDELETED(src))
openToolTip(usr,src,params,title = name,content = desc,theme = alerttooltipstyle)
/obj/screen/alert/MouseExited()