mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix narrow indicators focus switch
This commit is contained in:
@@ -763,7 +763,7 @@ var TaskbarAppIcon = GObject.registerClass({
|
||||
}
|
||||
|
||||
_animateDotDisplay(dots, newSize, otherDots, newOtherOpacity, sizeProp, duration) {
|
||||
if(dots[sizeProp] != newSize && dots._tweeningToSize !== newSize) {
|
||||
if(dots._tweeningToSize !== newSize) {
|
||||
let tweenOpts = {
|
||||
time: duration,
|
||||
transition: 'easeInOutCubic',
|
||||
|
||||
Reference in New Issue
Block a user