Skip to content

Commit

Permalink
- ifdef APPLE_CC on r5726
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5727 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 25, 2010
1 parent c0cd7cc commit 269c313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OMNotebook/OMNotebookQT4/cell.cpp
Expand Up @@ -619,7 +619,11 @@ namespace IAEX
if(!treeView_)
throw logic_error("SetHeight(const int height): TreeView is not set.");

#ifdef __APPLE_CC
setMinimumHeight(h);
#else
setFixedHeight(h);
#endif

treeView_->setFixedHeight(h);

Expand Down

0 comments on commit 269c313

Please sign in to comment.