mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@15016 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4d6f29602e
commit
711fb0857f
4 changed files with 2 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
NSEvent *sCurrentMouseEvent__; // needed for drag operation
|
||||
|
||||
#define LLOG(x) DLOG(x)
|
||||
#define LLOG(x) // DLOG(x)
|
||||
|
||||
static Upp::Point coco_mouse_pos;
|
||||
static bool coco_mouse_left;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Upp {
|
||||
|
||||
#define LLOG(x) DLOG(x)
|
||||
#define LLOG(x) // DLOG(x)
|
||||
|
||||
Ptr<Ctrl> Ctrl::eventCtrl;
|
||||
Ptr<Ctrl> Ctrl::mouseCtrl;
|
||||
|
|
|
|||
|
|
@ -1682,7 +1682,6 @@ void ArrayCtrl::ClickSel(dword flags)
|
|||
|
||||
void ArrayCtrl::LeftDown(Point p, dword flags)
|
||||
{
|
||||
DLOG("ArrayCtrl " << p);
|
||||
if(IsReadOnly()) return;
|
||||
int q = header.GetSplit(p.x);
|
||||
if(q >= 0) {
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@ Point DisplayPopup::Op(Point p)
|
|||
|
||||
void DisplayPopup::LeftDown(Point p, dword flags)
|
||||
{
|
||||
DDUMP(p);
|
||||
DDUMP(Op(p));
|
||||
DDUMP(Upp::Name(ctrl));
|
||||
ctrl->LeftDown(Op(p), flags);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue