Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_combo.c Log Message: hide the combo popup when a item is selected =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- ewl_combo.c 1 Dec 2006 19:10:34 -0000 1.37 +++ ewl_combo.c 1 Dec 2006 21:34:10 -0000 1.38 @@ -273,6 +273,9 @@ i = ewl_container_child_index_get(EWL_CONTAINER(combo->popup), w); ewl_mvc_selected_set(EWL_MVC(combo), i, -1); + ewl_widget_hide(combo->popup->popup); + ewl_widget_appearance_set(combo->button, "decrement"); + DLEAVE_FUNCTION(DLEVEL_STABLE); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs