From 26fe811fd00b92f8d53659e856f75d757c6a0307 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 14 May 2011 15:38:37 +0000 Subject: fixed skinned button bug git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2193 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/button.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/ui/button.h') diff --git a/src/ui/button.h b/src/ui/button.h index ce8651ffe..e00bd7dc7 100644 --- a/src/ui/button.h +++ b/src/ui/button.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -25,7 +25,7 @@ class Skin; /** - @author Ilya Kotov + @author Ilya Kotov */ class Button : public PixmapWidget { @@ -43,7 +43,8 @@ private slots: private: Skin *skin; - bool m_cursorin; + //bool m_cursorin; + bool m_pressed; void setON(bool); uint name_normal, name_pressed; uint name_cursor; -- cgit v1.2.3-13-gbd6f