fix model browser scrollbar scrolling lag in KDE
fix model browser M2 pan low sensitivity
This commit is contained in:
parent
a75fb6abdd
commit
b799a03a0f
|
|
@ -581,6 +581,7 @@ public:
|
|||
void setOriginZ( int origin ){
|
||||
m_originZ = origin;
|
||||
m_originInvalid = true;
|
||||
validate(); // do updateScroll() immediately here; calling it in render() may call setOriginZ() again with old value
|
||||
queueDraw();
|
||||
}
|
||||
void queueDraw() const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user