Fixed a bug in AppLayout::SetPadding caused by a bad merge.

This commit is contained in:
casey langen 2018-12-20 20:04:39 -08:00
parent 9afad26c6a
commit 160262dd7a

View File

@ -111,7 +111,6 @@ void AppLayout::SetPadding(size_t t, size_t l, size_t b, size_t r) {
this->paddingL = l;
this->paddingB = b;
this->paddingR = r;
this->Layout();
}
cursespp::IWindowPtr AppLayout::GetFocus() {