mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b5d3d3b722
commit
7b2f6ae6ed
@ -176,13 +176,6 @@ GuiCharacter::GuiCharacter(GuiView & lv)
|
||||
connect(autoapplyCB, SIGNAL(stateChanged(int)), this,
|
||||
SLOT(change_adaptor()));
|
||||
|
||||
#ifdef Q_WS_MACX
|
||||
// On Mac it's common to have tool windows which are always in the
|
||||
// foreground and are hidden when the main window is not focused.
|
||||
setWindowFlags(Qt::Tool);
|
||||
autoapplyCB->setChecked(true);
|
||||
#endif
|
||||
|
||||
family = familyData();
|
||||
series = seriesData();
|
||||
shape = shapeData();
|
||||
@ -216,6 +209,13 @@ GuiCharacter::GuiCharacter(GuiView & lv)
|
||||
bc().addReadOnly(toggleallCB);
|
||||
bc().addReadOnly(autoapplyCB);
|
||||
|
||||
#ifdef Q_WS_MACX
|
||||
// On Mac it's common to have tool windows which are always in the
|
||||
// foreground and are hidden when the main window is not focused.
|
||||
setWindowFlags(Qt::Tool);
|
||||
autoapplyCB->setChecked(true);
|
||||
#endif
|
||||
|
||||
// FIXME: hack to work around resizing bug in Qt >= 4.2
|
||||
// bug verified with Qt 4.2.{0-3} (JSpitzm)
|
||||
#if QT_VERSION >= 0x040200
|
||||
|
Loading…
x
Reference in New Issue
Block a user