diff --git a/libnxwidgets/src/clistbox.cxx b/libnxwidgets/src/clistbox.cxx index bf8511b5e..67a085e39 100644 --- a/libnxwidgets/src/clistbox.cxx +++ b/libnxwidgets/src/clistbox.cxx @@ -1,7 +1,7 @@ /**************************************************************************** * NxWidgets/libnxwidgets/src/clistbox.cxx * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -628,7 +628,6 @@ void CListBox::onClick(nxgl_coord_t x, nxgl_coord_t y) } startDragging(x, y); - redraw(); } /**