[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Tabbed interface: good progress
- From: "Patrick Hallinan" <patrick j hallinan gmail com>
- To: "discussions about usage and development of dia" <dia-list gnome org>
- Subject: Re: Tabbed interface: good progress
- Date: Tue, 12 Jun 2007 00:04:24 -0500
On 6/7/07, Lars Clausen
<lars raeder dk> wrote:
Committed. It's missing the middle button drag that's normally there
when right-mouse is the object menu.
Hopefully we'll eventually make all of this beautiful.
Pat.
Index: app/disp_callbacks.c
===================================================================
--- app/disp_callbacks.c (revision 3697)
+++ app/disp_callbacks.c (working copy)
@@ -586,7 +586,7 @@
break;
case 2:
- if (ddisp->menu_bar == NULL) {
+ if (ddisp->menu_bar == NULL && !is_integrated_ui()) {
popup_object_menu(ddisp, bevent);
}
else if (!transient_tool) {
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]