diff CensusButton.lua @ 11:663f782bd903

rebase on CensusPlus-40000-5.0.2.zip ; toc update
author EmFor
date Sun, 14 Aug 2011 12:10:07 +0200
parents 10c85be19b56
children
line wrap: on
line diff
--- a/CensusButton.lua	Fri Dec 10 17:19:53 2010 +0100
+++ b/CensusButton.lua	Sun Aug 14 12:10:07 2011 +0200
@@ -113,14 +113,12 @@
 function CensusPlus_CloseDropDown()
 	CloseDropDownMenus();
 end
-
 function CensusPlus_Button_OnMouseDown( self, arg1 )
 	if ( ( ( not CensusButtonFrame.isLocked ) or ( CensusButtonFrame.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
 		CensusButtonFrame:StartMoving();
 		CensusButtonFrame.isMoving = true;
 	end
 end
-
 function CensusPlus_Button_OnClick( self, arg1, arg2 )
 	if( not CensusButtonFrame.isMoving ) then
 		CensusPlusButton_OnClick(arg1, arg2);