OSDN Git Service

QmlJSDebugger: Removed the double-click feature from the color box
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Thu, 17 Mar 2011 14:28:20 +0000 (15:28 +0100)
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Thu, 17 Mar 2011 14:43:10 +0000 (15:43 +0100)
commitba92d4c9227215f5ac033c63bb3ff078dab669eb
tree87539610eb7d4641dcdbd9e5e36e19c82587da29
parent8defa8a7ac4424f32c783689b1eff23c50945a6e
QmlJSDebugger: Removed the double-click feature from the color box

It was supposed to show a color dialog, but in practice it never worked
due to using show() rather than exec(). Removed it completely since it
was judged confusing and not very useful, since it is already possible
to copy the color by using the context menu.

Task-number: QTCREATORBUG-3878
Reviewed-by: Kai Koehne
share/qtcreator/qml/qmljsdebugger/editor/toolbarcolorbox.cpp
share/qtcreator/qml/qmljsdebugger/editor/toolbarcolorbox.h
src/plugins/qmljsinspector/qmljstoolbarcolorbox.cpp
src/plugins/qmljsinspector/qmljstoolbarcolorbox.h