소스 검색

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

Brucey 4 년 전
부모
커밋
b522dd03da
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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