Subversion Repositories Kolibri OS

Rev

Rev 7995 | Rev 8256 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7995 Rev 8020
Line 741... Line 741...
741
	}
741
	}
742
}
742
}
Line 743... Line 743...
743
 
743
 
744
void EventShowImageMenu()
744
void EventShowImageMenu()
745
{
745
{
746
	open_lmenu(Form.left+5 + image_menu_btn.x, Form.top+skin_height + 
746
	open_lmenu(image_menu_btn.x, image_menu_btn.y + image_menu_btn.h, 
747
		image_menu_btn.y + image_menu_btn.h, MENU_ALIGN_TOP_LEFT, NULL, #image_menu_items);
747
		MENU_TOP_LEFT, NULL, #image_menu_items);
Line 748... Line 748...
748
}
748
}
749
 
749
 
750
void EventShowEditMenu()
750
void EventShowEditMenu()
751
{
751
{
752
	open_lmenu(Form.left+5 + image_menu_btn.x, Form.top+skin_height + 
752
	open_lmenu(image_menu_btn.x, image_menu_btn.y + image_menu_btn.h, 
Line 753... Line 753...
753
		image_menu_btn.y + image_menu_btn.h, MENU_ALIGN_TOP_LEFT, NULL, #edit_menu_items);
753
		MENU_TOP_LEFT, NULL, #edit_menu_items);
754
}
754
}
755
 
755