Ver código fonte

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

Brucey 4 anos atrás
pai
commit
b522dd03da
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      gtk3maxgui.mod/gtkgadget.bmx

+ 0 - 1
gtk3maxgui.mod/gtkgadget.bmx

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