diff options
| author | Christian <zerov83@gmail.com> | 2016-03-17 20:15:56 +0100 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-03-17 20:37:05 +0100 |
| commit | 27817bc027d6b744197d9c2614f87e90c1d2e208 (patch) | |
| tree | 8321791b0e6dc69dadb4c867b8ad837fd4ed1ce7 /detailView.cpp | |
| parent | 7d6566a4cc70b5fb3b5dd66e66c852f6a765c2ac (diff) | |
| download | vdr-plugin-plex-27817bc027d6b744197d9c2614f87e90c1d2e208.tar.gz vdr-plugin-plex-27817bc027d6b744197d9c2614f87e90c1d2e208.tar.bz2 | |
Started DisplayReplay + Fixes
Diffstat (limited to 'detailView.cpp')
| -rw-r--r-- | detailView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detailView.cpp b/detailView.cpp index 6f9880a..8479a46 100644 --- a/detailView.cpp +++ b/detailView.cpp @@ -14,7 +14,7 @@ cDetailView::cDetailView(std::shared_ptr<skindesignerapi::cOsdView> detailView, m_pGrid = NULL; SetViewGrid(std::shared_ptr<skindesignerapi::cViewGrid>(detailView->GetViewGrid((int)eViewDetailViewGrids::extras))); - SetGridDimensions(Config::GetInstance().ExtrasGridColumns, Config::GetInstance().ExtrasGridRows); + SetGridDimensions(Config::GetInstance().ExtrasGridRows, Config::GetInstance().ExtrasGridColumns); } void cDetailView::Flush() |
