mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Fixed a bug in AppLayout::SetPadding caused by a bad merge.
This commit is contained in:
parent
9afad26c6a
commit
160262dd7a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user