Gui: fix light/dark switch when on classic (#21049)
* Gui: fix: taskpanel light/dark switch when on classic * Gui: fix: taskpanel double icon * Apply suggestions from code review --------- Co-authored-by: Kacper Donat <kadet1090@gmail.com>
This commit is contained in:
@@ -1273,7 +1273,6 @@ void OverlayTabWidget::setOverlayMode(QWidget *widget, OverlayOption option)
|
||||
&& !qobject_cast<Dialog::Clipping*>(widget))
|
||||
|| qobject_cast<TaskView::TaskBox*>(widget))
|
||||
return;
|
||||
|
||||
if(widget != tabBar()) {
|
||||
if(OverlayParams::getDockOverlayAutoMouseThrough()
|
||||
&& option == OverlayOption::ShowTab) {
|
||||
|
||||
Reference in New Issue
Block a user