mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 02:54:36 +00:00
change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility)
This commit is contained in:
parent
43a95b1c15
commit
791edd0064
@ -166,7 +166,7 @@ void MeshlabStdDialog::loadFrameContent(MeshDocument *mdPt)
|
||||
QPushButton *applyButton = new QPushButton("Apply", qf);
|
||||
QPushButton *defaultButton = new QPushButton("Default", qf);
|
||||
applyButton->setFocus();
|
||||
#ifdef Q_WS_MAC
|
||||
#ifdef Q_OS_MAC
|
||||
// Hack needed on mac for correct sizes of button in the bottom of the dialog.
|
||||
helpButton->setMinimumSize(100, 25);
|
||||
closeButton->setMinimumSize(100,25);
|
||||
|
||||
@ -71,7 +71,7 @@ void MeshLabXMLStdDialog::loadFrameContent( )
|
||||
applyButton->setFocus();
|
||||
bool onlyimportant = true;
|
||||
connect(this->parentWidget(),SIGNAL(filterExecuted()),this,SLOT(postFilterExecution()));
|
||||
#ifdef Q_WS_MAC
|
||||
#ifdef Q_OS_MAC
|
||||
// Hack needed on mac for correct sizes of button in the bottom of the dialog.
|
||||
helpButton->setMinimumSize(100, 25);
|
||||
closeButton->setMinimumSize(100,25);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user