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 120426 - status bar updates are broken when moving a layer/selection
status bar updates are broken when moving a layer/selection
Status: RESOLVED DUPLICATE of bug 120175
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.0
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-08-21 23:10 UTC by Jakub Steiner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Steiner 2003-08-21 23:10:30 UTC
When you drag a layer or a selection on the canvas, the status bar updates
to show the position change. However before releasing the mousebutton, if
you stop, the status bar resets to default. It should happen _after_ you
release the button.
Comment 1 gsr.bugs 2003-08-21 23:23:14 UTC
Regression, in v1.2 it worked correctly, other tools in 1.3 do
it fine (rectangle select, ie).
Comment 2 Sven Neumann 2003-08-22 00:45:52 UTC
Seems to be caused by Adam's live-move hack. It calls
gimp_display_flush() from gimp_edit_selection_tool_motion(). This
function then calls gimp_display_shell_flush() which in turns pushes a
new title on the statusbar (using an idle function).
Comment 3 Michael Natterer 2003-08-25 13:51:36 UTC

*** This bug has been marked as a duplicate of 120175 ***