mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-28 18:40:50 -04:00
Remove unused gtk fix
This commit is contained in:
@@ -240,13 +240,6 @@ public class AppMainWindow {
|
||||
|
||||
public void show() {
|
||||
stage.show();
|
||||
|
||||
// Due to some weird GTK bug, we have to set these sizes every time we show a window even though they have been previously set
|
||||
// This does not work every time however
|
||||
stage.setX(stage.getX());
|
||||
stage.setY(stage.getY());
|
||||
stage.setWidth(stage.getWidth());
|
||||
stage.setHeight(stage.getHeight());
|
||||
}
|
||||
|
||||
private void setupContent(Comp<?> content) {
|
||||
|
||||
Reference in New Issue
Block a user