Skip to content

Commit

Permalink
Replace tab with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
calculon102 committed Feb 24, 2022
1 parent 8e74fb9 commit cdf9e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x11/tray_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ void tray_manager::handle(const evt::property_notify& evt) {
// React an wallpaper change, if bar has transparency
if (m_opts.transparent && (evt->atom == _XROOTPMAP_ID || evt->atom == _XSETROOT_ID || evt->atom == ESETROOT_PMAP_ID)) {
redraw_window(true);
return;
return;
}

if (evt->atom != _XEMBED_INFO) {
Expand Down

0 comments on commit cdf9e0f

Please sign in to comment.