Explorar o código

Don't call gtk_window_move() on Rethink. Resolves #51.

Brucey %!s(int64=4) %!d(string=hai) anos
pai
achega
b522dd03da
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      gtk3maxgui.mod/gtkgadget.bmx

+ 0 - 1
gtk3maxgui.mod/gtkgadget.bmx

@@ -720,7 +720,6 @@ Type TGTKWindow Extends TGTKContainer
 	End Function
 	
 	Method Rethink:Int()
-		gtk_window_move(handle, xpos, ypos)
 		If style & WINDOW_RESIZABLE Then
 			gtk_window_resize(handle, width, calcHeight(height))
 		Else