diff --git a/src/ColorPicker/ColorPickerHost.cxx b/src/ColorPicker/ColorPickerHost.cxx index 527b7e5..014acf0 100644 --- a/src/ColorPicker/ColorPickerHost.cxx +++ b/src/ColorPicker/ColorPickerHost.cxx @@ -290,6 +290,7 @@ ColorPickerHost::setColorPickerInvisible() if( m_color_picker_canvas->isVisible() == false ){ return; } + Hack::ShowCursor(); // <--- FUCK!!! some must call twice m_color_picker_canvas->setVisible(false); }