We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478aa2b commit 05fbeadCopy full SHA for 05fbead
src/x11/panel_window.cpp
@@ -251,8 +251,8 @@ void XPanelWindow::updateDimensions(bool propagate) {
251
252
if (panel->mTrackedScreen != this->mTrackedScreen) continue;
253
254
- auto edge = this->bcExclusionEdge.value();
255
- auto exclusiveZone = this->bcExclusiveZone.value();
+ auto edge = panel->bcExclusionEdge.value();
+ auto exclusiveZone = panel->bcExclusiveZone.value();
256
257
screenGeometry.adjust(
258
edge == Qt::LeftEdge ? exclusiveZone : 0,
0 commit comments