Skip to content

Commit

Permalink
fixed drag support bug
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 15, 2017
1 parent a9bc5bb commit 4d63c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libfairygui/Classes/GObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GObject::GObject() :
_finalGrayed(false),
_draggable(false),
_dragBounds(nullptr),
_dragTesting(false),
_sortingOrder(0),
_focusable(false),
_pixelSnapping(false),
Expand Down

0 comments on commit 4d63c95

Please sign in to comment.