mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: LayDes local menu Move Up/Down for layout items (rm #99)
git-svn-id: svn://ultimatepp.org/upp/trunk@3918 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0357f9d22e
commit
58154712e8
3 changed files with 3 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ KEY(INSERT_CLIP, "Insert from clipboard", K_ALT_V)
|
|||
KEY(INSERT_FILE, "Insert from file(s)..", K_ALT_O)
|
||||
KEY(EXPORT_PNGS, "Export to PNGs..", 0)
|
||||
KEY(INSERT_IML, "Insert another .iml..", 0)
|
||||
KEY(MOVE_UP, "Move up", K_ALT|K_CTRL_UP)
|
||||
KEY(MOVE_DOWN, "Move down", K_ALT|K_CTRL_DOWN)
|
||||
KEY(MOVE_UP, "Move up", K_CTRL_UP)
|
||||
KEY(MOVE_DOWN, "Move down", K_CTRL_DOWN)
|
||||
KEY(ZOOM_OUT, "Zoom out", K_SHIFT_CTRL_SUBRACT)
|
||||
KEY(ZOOM_IN, "Zoom in", K_SHIFT_CTRL_ADD)
|
||||
KEY(PASTE_MODE, "Paste transparent/opaque", K_ALT_T)
|
||||
|
|
|
|||
|
|
@ -284,6 +284,7 @@ LayDes::LayDes()
|
|||
item.AddColumn("Var / lbl", 10).Margin(0);
|
||||
item.WhenLeftClick = THISBACK(ItemClick);
|
||||
item.NoWantFocus();
|
||||
item.WhenBar = THISBACK(MoveBar);
|
||||
|
||||
SetFrame(toolbar);
|
||||
AddFrame(InsetFrame());
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue