From 9eed7f57b608ace25a68aa7f655a02bdae968405 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 19 Aug 2009 10:53:17 +0000 Subject: [PATCH] Issue 20453: [CEA] not take into account preferences --- src/LightApp/LightApp_Application.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 7465cf714..236055250 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -1636,6 +1636,7 @@ QWidget* LightApp_Application::createWindow( const int flag ) { PyConsole_Console* pyCons = new PyConsole_Console( desktop(),new LightApp_PyInterp()); pyCons->setWindowTitle( tr( "PYTHON_CONSOLE" ) ); + pyCons->setFont(resourceMgr()->fontValue( "PyConsole", "font" )); wid = pyCons; pyCons->connectPopupRequest( this, SLOT( onConnectPopupRequest( SUIT_PopupClient*, QContextMenuEvent* ) ) ); } -- 2.39.2