Lot of fixes for everything.
This commit is contained in:
parent
bdb2d70683
commit
d356989d5e
18 changed files with 253 additions and 47 deletions
|
@ -119,7 +119,7 @@ Slider::setPos (uint p)
|
|||
}
|
||||
|
||||
uint x = m_pix * p / m_max;
|
||||
if (x != m_pos) {
|
||||
if (x < m_pix - m_button->rect().width() && x != m_pos) {
|
||||
m_button->move (x , 0);
|
||||
m_pos = x;
|
||||
update ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue