Skip to content

Commit

Permalink
gui: update widget contents after attach/detach
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf committed May 12, 2015
1 parent 6eae8e5 commit 24bc4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ void Shell::setAttached(bool attached)
{
setAttribute(Qt::WA_StaticContents, attached);
m_attached = attached;
update();
}

/** Neovim shell width in pixels (does not include extra margin) */
Expand Down

0 comments on commit 24bc4ae

Please sign in to comment.