[Github-comments] [geany] Set correct sidebar/message window positions before showing the… (#576)

Jiří Techet notifications at xxxxx
Mon Feb 29 19:24:11 UTC 2016


> @@ -1287,13 +1285,6 @@ void configuration_apply_settings(void)
>  	}
>  	g_free(scribble_text);
>  
> -	/* set the position of the hpaned and vpaned */
> -	if (prefs.save_winpos)
> -	{
> -		gtk_paned_set_position(GTK_PANED(ui_lookup_widget(main_widgets.window, "hpaned1")), hpan_position);
> -		gtk_paned_set_position(GTK_PANED(ui_lookup_widget(main_widgets.window, "vpaned1")), vpan_position);
> -	}
> -

I believe the only reason why it was here was that hpan_position and vpan_position were read in this file and accessible only here.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/576/files#r54462474
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160229/d222a855/attachment.html>


More information about the Github-comments mailing list