GNOME Bugzilla – Bug 310702
Toggling "toolbox on top" doesn't take effect without a restart
Last modified: 2005-10-09 11:19:27 UTC
Please describe the problem: When toggling the "Keep toolbox on top of diagram windows" option, this doesn't have any effect until a restart of the application. Steps to reproduce: 1. Check the "Keep toolbox on top of diagram windows" option. 2. Swap around active drawing windows - note toolbox doesn't stay on top. 3. Restart application 4. Change active drawing windows - toolbox stays on top. Actual results: Expected results: Toolbox floating behavior takes effect immediately. Does this happen every time? Yes Other information:
Not a Win32 specific problem.
Fixed in one directions, but requires recreating the toolbox when unsetting, as there is no way to set a window non-transient AFAIKT.
Isn't it just gtk_window_set_transient_for(window, NULL);
It is. 2005-10-09 Hans Breuer <hans@breuer.org> * app/display.c : allow !"toolbox on top" without restart. (Chris Hellberg, bug #310702)