mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
ide: Main config Duplicate
git-svn-id: svn://ultimatepp.org/upp/trunk@15960 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
87b78019a2
commit
20ef473dce
1 changed files with 1 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ MainConfigDlg::MainConfigDlg(const Workspace& wspc_) : wspc(wspc_) {
|
|||
cb <<= THISBACK(FlagDlg);
|
||||
list.AddColumn("Flags", 3).Edit(fe);
|
||||
list.AddColumn("Optional name", 2).Edit(ce);
|
||||
list.Appending().Removing().Moving();
|
||||
list.Appending().Removing().Moving().Duplicating();
|
||||
|
||||
list.WhenDrag = [=] {
|
||||
list.DoDragAndDrop(InternalClip(list, "main_config-item"), list.GetDragSample(), DND_MOVE);
|
||||
|
|
@ -158,4 +158,3 @@ void Ide::MainConfig() {
|
|||
SetHdependDirs();
|
||||
MakeTitle();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue