mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@15157 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d0714baea3
commit
4b3956db1c
2 changed files with 2 additions and 3 deletions
|
|
@ -9,8 +9,7 @@ uses
|
|||
uses(POSIX) PdfDraw;
|
||||
|
||||
file
|
||||
CtrlLib.h
|
||||
options(BUILDER_OPTION) PCH,
|
||||
CtrlLib.h options(BUILDER_OPTION) PCH,
|
||||
CtrlLib readonly separator,
|
||||
LabelBase.h,
|
||||
LabelBase.cpp,
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@ FileSelButton::FileSelButton(MODE mode, const char *title)
|
|||
{
|
||||
button.NoWantFocus();
|
||||
button.SetImage(CtrlImg::right_arrow());
|
||||
button <<= THISBACK(OnAction);
|
||||
button << [=] { OnAction(); };
|
||||
}
|
||||
|
||||
void FileSelButton::OnAction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue