After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310702 - Toggling "toolbox on top" doesn't take effect without a restart
Toggling "toolbox on top" doesn't take effect without a restart
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.94
Other All
: Normal minor
: 0.95
Assigned To: Steffen Macke
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-18 07:14 UTC by Chris Hellberg
Modified: 2005-10-09 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Hellberg 2005-07-18 07:14:55 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:
Comment 1 Lars Clausen 2005-07-18 07:19:19 UTC
Not a Win32 specific problem.
Comment 2 Lars Clausen 2005-07-18 16:35:28 UTC
Fixed in one directions, but requires recreating the toolbox when unsetting, as
there is no way to set a window non-transient AFAIKT.
Comment 3 Hans Breuer 2005-07-18 20:28:00 UTC
Isn't it just
gtk_window_set_transient_for(window, NULL);
Comment 4 Hans Breuer 2005-10-09 11:19:27 UTC
It is.

2005-10-09  Hans Breuer  <hans@breuer.org>

	* app/display.c : allow !"toolbox on top" without restart.
	(Chris Hellberg, bug #310702)