comment all the mouse visibility related stuff

This commit is contained in:
lupoDharkael
2017-05-16 23:26:39 +02:00
parent ad31f93f29
commit 784bae45ce
5 changed files with 29 additions and 27 deletions

View File

@@ -402,7 +402,7 @@ void CaptureWidget::downResize() {
void CaptureWidget::setState(Button::Type t) {
if(t == Button::Type::selectionIndicator ||
t == Button::Type::mouseVisibility ||
//t == Button::Type::mouseVisibility ||
t == Button::Type::colorPicker) {
return;
}