Delete all mouse-visibility references

This commit is contained in:
lupoDharkael
2017-07-12 02:06:08 +02:00
parent d40df83d0c
commit aed0800aac
5 changed files with 0 additions and 28 deletions

View File

@@ -522,7 +522,6 @@ void CaptureWidget::downResize() {
void CaptureWidget::setState(Button *b) {
Button::Type t = b->getButtonType();
if(t == Button::Type::selectionIndicator ||
//t == Button::Type::mouseVisibility ||
t == Button::Type::colorPicker) {
return;
}