Remove noDrag madness.
This commit is contained in:
parent
56dd4cf3ee
commit
f58f03f19e
9 changed files with 3 additions and 51 deletions
2
Button.h
2
Button.h
|
@ -12,7 +12,6 @@ class Button : public PixWidget
|
|||
Button (QWidget *parent, uint btn1, uint btn2, bool pls=false);
|
||||
Button (QWidget *parent);
|
||||
~Button ();
|
||||
bool noDrag (void) { return m_nodrag; }
|
||||
|
||||
public slots:
|
||||
void setPixmaps (Skin *skin);
|
||||
|
@ -23,6 +22,7 @@ class Button : public PixWidget
|
|||
protected:
|
||||
void mousePressEvent (QMouseEvent *event);
|
||||
void mouseReleaseEvent (QMouseEvent *event);
|
||||
void mouseMoveEvent (QMouseEvent *event) {}
|
||||
|
||||
uint m_name_normal;
|
||||
uint m_name_pressed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue