gimp r26482 - in branches/soc-2008-tagging: . app/widgets
- From: aurisj svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26482 - in branches/soc-2008-tagging: . app/widgets
- Date: Sun, 10 Aug 2008 11:37:26 +0000 (UTC)
Author: aurisj
Date: Sun Aug 10 11:37:26 2008
New Revision: 26482
URL: http://svn.gnome.org/viewvc/gimp?rev=26482&view=rev
Log:
2008-08-10 Aurimas JuÅka <aurisj svn gnome org>
* app/widgets/gimptagpopup.c (gimp_tag_popup_border_event): disable
single selection mode when mouse button is release outside popup
window.
Modified:
branches/soc-2008-tagging/ChangeLog
branches/soc-2008-tagging/app/widgets/gimptagpopup.c
Modified: branches/soc-2008-tagging/app/widgets/gimptagpopup.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimptagpopup.c (original)
+++ branches/soc-2008-tagging/app/widgets/gimptagpopup.c Sun Aug 10 11:37:26 2008
@@ -582,6 +582,8 @@
}
else if (event->type == GDK_BUTTON_RELEASE)
{
+ tag_popup->single_select_disabled = TRUE;
+
if (((GdkEventButton *)event)->window == widget->window
&& ! tag_popup->ignore_button_release
&& gimp_tag_popup_button_scroll (tag_popup, (GdkEventButton *) event))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]