[anjuta-extras] 577721 – tooltips appears in wrong position



commit 88ec36edeb72c877e5fb2c32e499dbff21c76061
Author: Massimo Corà <mcora src gnome org>
Date:   Sun Apr 26 12:43:52 2009 +0200

    577721 â?? tooltips appears in wrong position
    
    Patch from  Maxim Ermilov to fix broken tooltips in scintilla.
---
 plugins/scintilla/scintilla/PlatGTK.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/scintilla/scintilla/PlatGTK.cxx b/plugins/scintilla/scintilla/PlatGTK.cxx
index b442310..30fcf52 100644
--- a/plugins/scintilla/scintilla/PlatGTK.cxx
+++ b/plugins/scintilla/scintilla/PlatGTK.cxx
@@ -1787,7 +1787,7 @@ void Window::SetPositionRelative(PRectangle rc, Window relativeTo) {
 	if (oy + sizey > screenHeight)
 		oy = screenHeight - sizey;
 
-	gdk_window_move(PWidget(id)->window, ox, oy);
+	gtk_window_move(GTK_WINDOW(id), ox, oy);
 #if 0
 
 	GtkAllocation alloc;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]