diff options
Diffstat (limited to 'plugingui/listboxthin.cc')
-rw-r--r-- | plugingui/listboxthin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/listboxthin.cc b/plugingui/listboxthin.cc index 5d8ab49..ce5bdbc 100644 --- a/plugingui/listboxthin.cc +++ b/plugingui/listboxthin.cc @@ -93,7 +93,7 @@ void ListBoxThin::repaintEvent(RepaintEvent* repaintEvent) p.drawImage(0, 0, box); } -void ListBoxThin::resize(int width, int height) +void ListBoxThin::resize(std::size_t height, std::size_t width) { Widget::resize(width, height); basic.resize(width - (1 + 1), |