Page MenuHomePhabricator

Icon for delete all button
Closed, ResolvedPublic

Description

Class: PointListWidget

the delete button and the delete all button have the same icon!

Event Timeline

Couldn't commit fix, seems that core modification is needed.

Actually it's not needed. PointListWidget is in QmitkExt. You should be able to commit your changes without a flag. Atherwise please write a short wiki entry describing the changes you'd like to make.

Well, the .xpm files for this widget are actually in CoreUI and when I try to commit this error prompts:

*Core Commit: bitte neue Regeln beachten!!! Keine gueltige log message...

I think I really need the Core modification flag for this commit although I didn't change any line of Core code...

(In reply to comment #4)

Well, the .xpm files for this widget are actually in CoreUI

Could you find out why these icons are not in QmitkExt? They could be moved (if nothing else in CoreUI uses them [can be tested by moving and compiling all]) or copied to QmitkExt.

Moving the icons to Modules/QmitkExt works fine, but I still need Core modification to delete the ones from the CoreUI folder

[SVN revision 23892]
ADD (#4010): moved PointList icons from CoreUI to QmitkExt and created/added new icon for clearing one point