Implement the Style dialog (Top) on Win32.

The following is commented out on Unix. Is there a reason for this?
On Win32 if I uncomment and select a style in the dialog it is not set in
the document.
I assume 'updateDocForStyleChange' is not working for some reason.

        if(m_answer == AP_Dialog_Styles::a_OK)
        {
//              getDoc()->updateDocForStyleChange(getCurrentStyle(),true);
//              getView()->getCurrentBlock()->setNeedsRedraw();
//              getDoc()->signalListeners(PD_SIGNAL_UPDATE_LAYOUT);
        }

CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS:    src/af/xap/win/xap_Win32DialogHelper.cpp
CVS:    src/af/xap/win/xap_Win32DialogHelper.h
CVS:    src/wp/ap/win/ap_Win32Dialog_Styles.cpp
CVS:    src/wp/ap/win/ap_Win32Dialog_Styles.h
CVS:    src/wp/ap/win/ap_Win32Resources.rc2
CVS: Added Files:
CVS:    src/wp/ap/win/ap_Win32Res_DlgStylesTop.rc2
CVS: ----------------------------------------------------------------------


Reply via email to