mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
524700b81e
commit
c7aaec5c78
13 changed files with 112 additions and 54 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue