mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
Bazaar/XMLMenu : fixed some pick bugs in windows
git-svn-id: svn://ultimatepp.org/upp/trunk@7098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5fc3335b2a
commit
8b50691069
5 changed files with 43 additions and 11 deletions
|
|
@ -320,8 +320,8 @@ void XMLBarEditor::treeContextAddCb(int mode)
|
|||
item.isSeparator = true;
|
||||
mode -= 4;
|
||||
}
|
||||
Value v = RawToValue(item);
|
||||
String lbl = (item.IsSeparator() ? t_("<SEPARATOR>") : "");
|
||||
Value v = RawPickToValue(item);
|
||||
switch(mode)
|
||||
{
|
||||
case 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue