Fixed lots of Composer bugs. Implemented drag/drop/paste cells into existing table. Fixed Reload problems in Navigator (must reload from net to show doc color changes) - permission by blythe
git-svn-id: svn://10.0.0.236/trunk@7983 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#ifdef EDITOR
|
||||
//#include "edview.h"
|
||||
#endif
|
||||
#include "prefs.h" //To access g_bReloadChangeColor;
|
||||
|
||||
#ifdef NSPR20
|
||||
#include "private/prpriv.h"
|
||||
@@ -108,6 +109,9 @@ wfe_SetLayoutColor(int type, COLORREF color)
|
||||
uint8 blue = GetBValue(color);
|
||||
|
||||
LO_SetDefaultColor(type, red, green, blue);
|
||||
if( type != LO_COLOR_BG )
|
||||
g_bReloadChangeColor = TRUE;
|
||||
|
||||
#endif /* MOZ_NGLAYOUT */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user