Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Fixed "There is no convenient way or replacing the colors by dashed/dotted/whole lines in black-and-white. The current version via the options menu is very cumbersome. The Dymola approach is much easier to use and more intuitive. All information collected in one place in the GUI."

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20507 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed May 8, 2014
1 parent 9732d1a commit 8093aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp
Expand Up @@ -1667,7 +1667,7 @@ ModelicaTextEditorPage::ModelicaTextEditorPage(OptionsDialog *pParent)
connect(mpFontSizeSpinBox, SIGNAL(valueChanged(double)), SLOT(fontSizeChanged(double)));
// Item color label and pick color button
mpItemColorLabel = new Label(tr("Item Color:"));
mpItemColorPickButton = new QPushButton(tr("Pick Color"));
mpItemColorPickButton = new QPushButton(Helper::pickColor);
mpItemColorPickButton->setAutoDefault(false);
connect(mpItemColorPickButton, SIGNAL(clicked()), SLOT(pickColor()));
// Items list
Expand Down

0 comments on commit 8093aab

Please sign in to comment.