You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2018/06/04 15:54:53 UTC

svn commit: r1832862 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java

Author: rwhitcomb
Date: Mon Jun  4 15:54:53 2018
New Revision: 1832862

URL: http://svn.apache.org/viewvc?rev=1832862&view=rev
Log:
Fix the one usage of Console in the existing code to use the new conventions.

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java?rev=1832862&r1=1832861&r2=1832862&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextPaneSkin.java Mon Jun  4 15:54:53 2018
@@ -144,7 +144,7 @@ public class TextPaneSkin extends Contai
         // without the "doingCaretCalculations" flag to get back something non-null
         if (selectionStartBounds == null) {
             selectionStartBounds = getCharacterBounds(selectionStart);
-org.apache.pivot.util.Console.logMethod("****", "null selection bounds: selectionStart=%1$d, updated bounds=%2$s", selectionStart, selectionStartBounds);
+org.apache.pivot.util.Console.getDefault().logMethod("****", "null selection bounds: selectionStart=%1$d, updated bounds=%2$s", selectionStart, selectionStartBounds);
         }
 
         return GraphicsUtilities.getCaretRectangle(textCaret, composedText,