bazaar: various fixes: CtrlFinder assert bug, CtrlPos presistant ctrl selection, CtrlProp: manual reload button, LogPosCtrl: get rid of Ctrl base ref dependency

git-svn-id: svn://ultimatepp.org/upp/trunk@3797 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
kohait 2011-08-30 00:49:35 +00:00
parent 524700b81e
commit c7aaec5c78
13 changed files with 112 additions and 54 deletions

View file

@ -44,3 +44,8 @@ void CtrlPropTest::OnCtrlRight(Ctrl& c, Point p, dword keyflags)
DoEdit(c);
}
void CtrlPropTest::OnMoveAction()
{
if(hk.GetCtrl() && hk.GetCtrl() == pe.pec.GetCtrl())
pe.pec.Update();
}