Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes position marker height on startup #3587

Merged
merged 2 commits into from
Jun 2, 2017

Conversation

BaraMGB
Copy link
Contributor

@BaraMGB BaraMGB commented May 29, 2017

fixes #3581

@@ -697,6 +705,7 @@ SongEditorWindow::SongEditorWindow(Song* song) :
zoomToolBar->addWidget( m_zoomingComboBox );

connect(song, SIGNAL(projectLoaded()), this, SLOT(adjustUiAfterProjectLoad()));
connect( this, SIGNAL(resized() ), m_editor, SLOT( updatePositionLine() ) );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please correct the formatting on this, either have or have not spaces in the parenthesis, but this mix-and-match looks inconsistent.

@Umcaruje
Copy link
Member

Other than the formatting issue this works very good and fixes the issue at hand 👍

@tresf
Copy link
Member

tresf commented Jun 2, 2017

Other than the formatting issue this works very good and fixes the issue at hand

@BaraMGB fixed spacing via 0f4d921. Merging.

@tresf tresf merged commit cee68c7 into LMMS:stable-1.2 Jun 2, 2017
PhysSong pushed a commit to PhysSong/lmms that referenced this pull request Jul 8, 2017
Fixes position marker height on startup
PhysSong pushed a commit to PhysSong/lmms that referenced this pull request Jul 8, 2017
Fixes position marker height on startup
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
Fixes position marker height on startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Time-line position marker" GUI bug in "Song-Editor".
3 participants