diff --git a/uppsrc/IconDes/IconDes.key b/uppsrc/IconDes/IconDes.key index 7c1ea0302..de41e7ebd 100644 --- a/uppsrc/IconDes/IconDes.key +++ b/uppsrc/IconDes/IconDes.key @@ -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) diff --git a/uppsrc/ide/LayDes/laywin.cpp b/uppsrc/ide/LayDes/laywin.cpp index f70788718..50313c0d1 100644 --- a/uppsrc/ide/LayDes/laywin.cpp +++ b/uppsrc/ide/LayDes/laywin.cpp @@ -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()); diff --git a/uppsrc/ide/icon.ico b/uppsrc/ide/icon.ico index 9f794a49b..ed674dab4 100644 Binary files a/uppsrc/ide/icon.ico and b/uppsrc/ide/icon.ico differ