Skip to content

Commit

Permalink
stange cursor function on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
josephshen committed Jul 18, 2017
1 parent c8120fc commit 55a0a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ColorPicker/ColorPickerHost.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ ColorPickerHost::setColorPickerInvisible()
if( m_color_picker_canvas->isVisible() == false ){
return;
}
Hack::ShowCursor<Hack::OS::Current>(); // <--- FUCK!!! some must call twice
m_color_picker_canvas->setVisible(false);
}

Expand Down

0 comments on commit 55a0a74

Please sign in to comment.