gimp r26256 - in branches/soc-2008-tagging: . app/widgets
- From: aurisj svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26256 - in branches/soc-2008-tagging: . app/widgets
- Date: Mon, 21 Jul 2008 18:14:57 +0000 (UTC)
Author: aurisj
Date: Mon Jul 21 18:14:57 2008
New Revision: 26256
URL: http://svn.gnome.org/viewvc/gimp?rev=26256&view=rev
Log:
2008-07-21 Aurimas JuÅka <aurisj svn gnome org>
* app/widgets/gimpcombotagentry.c
(gimp_combo_tag_entry_popup_list): correctly possition popup window
when it appears on top of tag entry.
Modified:
branches/soc-2008-tagging/ChangeLog
branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c
Modified: branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c (original)
+++ branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c Mon Jul 21 18:14:57 2008
@@ -432,7 +432,7 @@
popup_height = MIN (height, max_height);
if (y > screen_height / 2)
{
- y -= popup_height;
+ y -= popup_height + frame->style->ythickness * 2;
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]