Skip to content

Commit

Permalink
disable weird scroll bars in Ubuntu (fixes runtime errors in 12.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ondov committed Dec 15, 2014
1 parent b941825 commit 582a7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

int main(int argc, char **argv)
{
qputenv("LIBOVERLAY_SCROLLBAR", 0);

QApplication app(argc, argv);

MainWindow mainWindow(argc, argv);
Expand Down

0 comments on commit 582a7fd

Please sign in to comment.