fix model browser scrollbar scrolling lag in KDE
fix model browser M2 pan low sensitivity
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user