Explorar el Código

Fix font rendering err

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Konstantin Goncharik hace 11 años
padre
commit
a946608813
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      panel.cpp

+ 3 - 0
panel.cpp

@@ -624,6 +624,9 @@ bool Panel::OnKeyPress(XEvent& event) {
 						};
 					break;
 				};
+			}
+			else {
+				return true; //nodraw if notchange
 			};
 			break;
 	};