The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: TurfIt on January 28, 2011, 02:01:40 AM

Title: [patch] Fix sticky and rollup properties after loading window
Post by: TurfIt on January 28, 2011, 02:01:40 AM
The sticky and rollup properties of windows are not being restored when gui_frame_t::rdwr() creates it's own window, and throws away the window created in rwdr_all_win().
?rwdr? - everything else is rdwr.
Title: Re: [patch] Fix sticky and rollup properties after loading window
Post by: prissi on January 28, 2011, 10:07:15 AM
That is indeed a typo ...
Title: Re: [patch] Fix sticky and rollup properties after loading window
Post by: Spike on January 28, 2011, 10:56:29 AM
Quote from: TurfIt on January 28, 2011, 02:01:40 AM
?rwdr? - everything else is rdwr.

I think that was meant to say "read_write", but the developer considered the full name to be too long. Just in case people wonder what rdwr might mean ...